aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [debug] shutdown logdrm-debug-qxlGerd Hoffmann2023-01-061-0/+12
* [debug] log qxl pin count inconsistenciesGerd Hoffmann2023-01-061-0/+4
* drm/bridge_connector: drop drm_bridge_connector_en/disable_hpd()Dmitry Baryshkov2023-01-052-31/+4
* drm/omap: stop using drm_bridge_connector_en/disable_hpd()Dmitry Baryshkov2023-01-051-41/+0
* drm/msm/hdmi: stop using drm_bridge_connector_en/disable_hpd()Dmitry Baryshkov2023-01-051-2/+0
* drm/imx/dcss: stop using drm_bridge_connector_en/disable_hpd()Dmitry Baryshkov2023-01-052-8/+0
* drm/bridge_connector: rely on drm_kms_helper_poll_* for HPD enablementDmitry Baryshkov2023-01-051-5/+13
* drm/probe-helper: enable and disable HPD on connectorsDmitry Baryshkov2023-01-052-0/+41
* drm/poll-helper: merge drm_kms_helper_poll_disable() and _fini()Dmitry Baryshkov2023-01-051-8/+13
* drm/fourcc: Document open source user waiverDaniel Vetter2023-01-051-0/+12
* drm/bridge: panel: Prevent ERR_PTR DereferenceMaxime Ripard2023-01-051-4/+5
* drm/docs: Explicitly document default CRTC background behaviorSean Paul2023-01-041-0/+5
* drm/v3d: replace open-coded implementation of drm_gem_object_lookupMaíra Canal2023-01-031-6/+1
* drm: Replace DRM_DEBUG with drm_dbg_core in file and ioctl handlingTvrtko Ursulin2023-01-033-27/+29
* drm/format-helper: Remove unnecessary conversion helpersThomas Zimmermann2023-01-031-75/+0
* drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann2023-01-034-97/+57
* drm/fb-helper: Fix single-probe color-format selectionThomas Zimmermann2023-01-031-78/+94
* drm/fh-helper: Split fbdev single-probe helperThomas Zimmermann2023-01-031-43/+73
* drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formatsThomas Zimmermann2023-01-033-0/+362
* drm/format-helper: Add conversion from XRGB8888 to ARGB2101010Thomas Zimmermann2023-01-033-2/+122
* drm/format-helper: Add conversion from XRGB8888 to ARGB8888Thomas Zimmermann2023-01-033-2/+117
* drm/format-helper: Flip src/dst-format branches in blit helperThomas Zimmermann2023-01-031-24/+20
* drm/format-helper: Type fixes in format-helper testsThomas Zimmermann2023-01-031-6/+6
* drm/format-helper: Store RGB565 in little-endian orderThomas Zimmermann2023-01-032-5/+24
* drm/format-helper: Fix test-input format conversionThomas Zimmermann2023-01-031-10/+25
* drm/format-helper: Comment on RGB888 byte orderThomas Zimmermann2023-01-032-0/+5
* firmware/sysfb: Fix EFI/VESA format selectionThomas Zimmermann2023-01-031-6/+37
* drm/virtio: Spiff out cmd queue/response tracesRob Clark2023-01-023-14/+28
* drm/bridge: panel: Set pre_enable_prev_first from drmm_panel_bridge_addDave Stevenson2023-01-021-0/+2
* drm/vc4: drop all currently held locks if deadlock happensMaíra Canal2023-01-021-1/+10
* drm/tiny: ili9486: Do not assume 8-bit only SPI controllersCarlo Caione2023-01-021-4/+9
* drm/tiny: ili9486: Enable driver module autoloadingCarlo Caione2023-01-021-0/+2
* dt-bindings: display/panel: Add the Focaltech gpt3Christophe Branchereau2022-12-291-0/+56
* drm/panel: add the orisetech ota5601aChristophe Branchereau2022-12-293-0/+374
* drm/todo: update the debugfs clean up taskMaíra Canal2022-12-221-7/+6
* drm/vkms: use new debugfs device-centered functionsMaíra Canal2022-12-221-11/+6
* drm/v3d: use new debugfs device-centered functionsMaíra Canal2022-12-221-12/+10
* drm/vc4: use new debugfs device-centered functionsMaíra Canal2022-12-2211-116/+37
* drm/debugfs: create debugfs late register functionsMaíra Canal2022-12-223-0/+21
* drm: use new debugfs device-centered functions on DRM core filesMaíra Canal2022-12-225-34/+28
* drm/debugfs: create device-centered debugfs functionsMaíra Canal2022-12-224-0/+129
* drm/ast: Init iosys_map pointer as I/O memory for damage handlingThomas Zimmermann2022-12-201-1/+1
* drm/sprd: remove redundant error loggingDeepak R Varma2022-12-201-3/+1
* drm/drv: Make use of local variable driver in drm_dev_register()Uwe Kleine-König2022-12-201-2/+2
* drm/qxl: stop using ttm_bo_waitChristian König2022-12-191-2/+14
* drm/v3d: replace obj lookup steps with drm_gem_objects_lookupMelissa Wen2022-12-181-46/+3
* drm/v3d: cleanup BOs properly when lookup_bos failsMelissa Wen2022-12-181-3/+3
* drm/imx: move IPUv3 driver into separate subdirectoryLucas Stach2022-12-1614-50/+55
* drm/imx: ipuv3-plane: Fix overlay plane widthPhilipp Zabel2022-12-161-6/+8
* gpu: ipu-v3: common: Add of_node_put() for reference returned by of_graph_get...Liang He2022-12-161-0/+1