summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-04-16drm/aperture: Remove primary argumentDaniel Vetter12-19/+13
2023-04-16video/aperture: use generic code to figure out the vga default deviceDaniel Vetter1-3/+2
2023-04-16drm/gma500: Use drm_aperture_remove_conflicting_pci_framebuffersDaniel Vetter1-2/+7
2023-04-15drm/imx/lcdc: fix a NULL vs IS_ERR() bug in probeDan Carpenter1-2/+2
2023-04-14drm/bridge: fsl-ldb: Add i.MX6SX supportFabio Estevam1-1/+13
2023-04-12drm/vkms: Use drmm_mode_config_init()Maíra Canal1-1/+5
2023-04-12drm/vkms: Use drmm_crtc_init_with_planes()Maíra Canal1-3/+2
2023-04-11drm/vmwgfx: remove unused vmw_overlay functiondrm-misc-next-2023-04-12Tom Rix1-6/+0
2023-04-11drm/vmwgfx: Fix Legacy Display Unit atomic drm supportMartin Krastev3-74/+38
2023-04-11drm/vmwgfx: Print errors when running on broken/unsupported configsZack Rusin3-0/+40
2023-04-11drm/vmwgfx: Drop mksstat_init_record fn as currently unusedMartin Krastev1-26/+0
2023-04-11drm/nouveau/disp: make gv100_disp_core_mthd_base staticruanjinjie1-1/+1
2023-04-11drm/nouveau/mc/ga100: make ga100_mc_device staticBen Dooks1-1/+1
2023-04-11drm/vc4: remove unused render_wait variableTom Rix1-2/+0
2023-04-07drm/vkms: Remove <drm/drm_simple_kms_helper.h> includeJavier Martinez Canillas1-2/+6
2023-04-07drm/vkms: Drop vkms_connector_destroy() wrapperJavier Martinez Canillas1-6/+1
2023-04-06drm/scheduler: Fix UAF race in drm_sched_entity_push_job()Asahi Lina1-2/+9
2023-04-06drm/omapdrm: Implement fbdev emulation as in-kernel clientThomas Zimmermann3-62/+90
2023-04-06drm/omapdrm: Remove fbdev from struct omap_drm_privateThomas Zimmermann4-12/+6
2023-04-06drm/omapdrm: Remove bo from struct omap_fbdevThomas Zimmermann1-13/+19
2023-04-06drm/omapdrm: Remove fb from struct omap_fbdevThomas Zimmermann1-5/+6
2023-04-06drm/omapdrm: Include <linux/of.h>Thomas Zimmermann1-0/+1
2023-04-06drm/vkms: allow the primary plane to be positionedMaíra Canal1-5/+1
2023-04-06drm/vkms: remove the need for the primary plane to be visibleMaíra Canal1-4/+0
2023-04-06drm/ttm: Make the call to ttm_tt_populate() interruptible when faultingdrm-misc-next-2023-04-06Thomas Hellström1-3/+10
2023-04-06drm/ttm: Reduce the number of used allocation orders for TTM pagesThomas Hellström1-11/+19
2023-04-06drm/ttm/pool: Fix ttm_pool_alloc error pathThomas Hellström1-30/+51
2023-04-06accel/qaic: Add qaic driver to the build systemJeffrey Hugo4-0/+38
2023-04-06accel/qaic: Add mhi_qaic_cntlPranjal Ramajor Asha Kanojiya2-0/+581
2023-04-06accel/qaic: Add datapathJeffrey Hugo1-0/+1902
2023-04-06accel/qaic: Add control pathJeffrey Hugo1-0/+1526
2023-04-06accel/qaic: Add MHI controllerJeffrey Hugo2-0/+579
2023-04-06accel/qaic: Add uapi and core driver fileJeffrey Hugo2-0/+929
2023-04-06drm/atomic-helper: Don't set deadline for modesetsDaniel Vetter1-0/+6
2023-04-06drm/scdc-helper: Pimp SCDC debugsVille Syrjälä6-47/+55
2023-04-05drm/fb-helper: fix input validation gaps in check_varDaniel Vetter1-11/+38
2023-04-05drm/fb-helper: drop redundant pixclock check from drm_fb_helper_set_par()Daniel Vetter1-5/+0
2023-04-05drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_varDaniel Vetter1-0/+3
2023-04-05drm/bridge: ti-sn65dsi86: Allow GPIO operations to sleepAlexander Stein1-2/+2
2023-04-05drm/panel-edp: Add AUO NE135FBM-N41 v8.1 panel entryAngeloGioacchino Del Regno1-0/+1
2023-04-05drm/bridge: ps8640: Use constant sleep time for polling hpdPin-yen Lin1-1/+1
2023-04-05drm/bridge: ti-sn65dsi83: Do not generate HFP/HBP/HSA and EOT packetMarek Vasut1-1/+3
2023-04-05drm: bridge: ldb: add support for using channel 1 onlyLuca Ceresoli1-42/+59
2023-04-05drm: bridge: ldb: add missing \n in dev_warn() stringLuca Ceresoli1-1/+1
2023-04-05drm/bridge: ti-sn65dsi83: use dev_err_probe if host attach failedAlexander Stein1-1/+3
2023-04-05accel/ivpu: Remove D3hot delay for MeteorlakeKarol Wachowski1-0/+4
2023-04-05Revert "drm/lima: add usage counting method to ctx_mgr"Qiang Yu2-32/+1
2023-04-05Revert "drm/lima: allocate unique id per drm_file"Qiang Yu3-16/+0
2023-04-05Revert "drm/lima: add show_fdinfo for drm usage stats"Qiang Yu1-30/+1
2023-04-04drm/vblank: Fix for drivers that do not drm_vblank_init()Rob Clark1-2/+8