aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-11-09drm/nouveau/disp: add head classBen Skeggs16-3/+175
2022-11-09drm/nouveau/disp: move DP MST payload config methodBen Skeggs7-79/+57
2022-11-09drm/nouveau/disp: add method to trigger DP link retrainBen Skeggs8-62/+124
2022-11-09drm/nouveau/kms: pass event mask to hpd handlerBen Skeggs4-17/+29
2022-11-09drm/nouveau/kms: switch hpd_lock from mutex to spinlockBen Skeggs3-10/+10
2022-11-09drm: lcdif: Set and enable FIFO Panic thresholdMarek Vasut2-0/+17
2022-11-09drm/nouveau/disp: add method to control DPAUX pad powerBen Skeggs8-51/+93
2022-11-09drm/nouveau/disp: move DP link config into acquireBen Skeggs9-60/+65
2022-11-09drm/nouveau/disp: move HDA ELD methodBen Skeggs7-71/+81
2022-11-09drm/nouveau/disp: move HDMI config into acquire + infoframe methodsBen Skeggs21-378/+503
2022-11-08drm/gem: Implement shadow-plane {begin, end}_fb_access with vmapThomas Zimmermann1-26/+21
2022-11-08drm/atomic-helper: Add {begin,end}_fb_access to plane helpersThomas Zimmermann3-13/+66
2022-11-08drm/hisilicon/hibmc: Include <linux/io.h> for readl() and writel()Thomas Zimmermann1-0/+2
2022-11-08drm/fbdev: Include <linux/vmalloc.h>Thomas Zimmermann1-0/+1
2022-11-08drm/amdgpu: Fix the lpfn checking condition in drm buddyMa Jun1-1/+1
2022-11-08drm/i915/ttm: add some sanity checks for lmem_userfault_listMatthew Auld1-0/+4
2022-11-08drm/i915/ttm: fix uaf with lmem_userfault_list handlingMatthew Auld1-3/+3
2022-11-08drm/ttm: optimize pool allocations a bit v2Christian König1-24/+58
2022-11-08drm: panel-orientation-quirks: Add quirk for Acer Switch V 10 (SW5-017)Hans de Goede1-0/+6
2022-11-08drm: panel-orientation-quirks: Add quirk for Nanote UMPC-01Hans de Goede1-0/+6
2022-11-08drm/i915/pxp: use <> instead of "" for headers in include/Jani Nikula1-1/+2
2022-11-08drm/i915/gvt: Fix kernel-docJiapeng Chong1-2/+2
2022-11-08drm/i915/gvt: Fix kernel-docJiapeng Chong1-1/+1
2022-11-08drm/i915/gvt: Fix kernel-docJiapeng Chong1-1/+1
2022-11-08drm/i915/gvt: fix typo in commentJulia Lawall1-1/+1
2022-11-08Merge tag 'amd-drm-next-6.2-2022-11-04' of https://gitlab.freedesktop.org/agd...Dave Airlie162-2344/+3174
2022-11-07drm/arm/hdlcd: remove calls to drm_mode_config_cleanup()Danilo Krummrich1-6/+13
2022-11-07drm/arm/hdlcd: plane: use drm managed resourcesDanilo Krummrich1-12/+6
2022-11-07drm/arm/hdlcd: replace drm->dev_private with drm_to_hdlcd_priv()Danilo Krummrich3-9/+8
2022-11-07drm/arm/hdlcd: use drmm_* to allocate driver structuresDanilo Krummrich2-8/+5
2022-11-07drm/i915/guc: don't hardcode BCS0 in guc_hang selftestDaniele Ceraolo Spurio1-3/+5
2022-11-07drm/i915/mtl: don't expose GSC command streamer to the userDaniele Ceraolo Spurio1-6/+21
2022-11-07drm/i915/mtl: add GSC CS reset supportDaniele Ceraolo Spurio2-0/+2
2022-11-07drm/i915/mtl: add GSC CS interrupt supportDaniele Ceraolo Spurio1-35/+40
2022-11-07drm/i915/mtl: pass the GSC CS info to the GuCDaniele Ceraolo Spurio2-8/+10
2022-11-07drm/i915/mtl: add initial definitions for GSC CSDaniele Ceraolo Spurio4-0/+11
2022-11-07drm/i915/userptr: restore probe_range behaviourMatthew Auld1-2/+3
2022-11-07drm/i915: Do not set cache_dirty for DGFXNiranjana Vishwanathapura1-2/+2
2022-11-07drm/i915/psr: Send update also on invalidateJouni Högander1-1/+4
2022-11-07drm/i915/dmabuf: fix sg_table handling in map_dma_bufMatthew Auld1-2/+2
2022-11-07drm/sun4i: dsi: Add the A100 variantSamuel Holland1-0/+8
2022-11-07drm/sun4i: dsi: Add a variant structureSamuel Holland2-18/+42
2022-11-07drm/vc4: Fix missing platform_unregister_drivers() call in vc4_drm_register()Yuan Can1-1/+6
2022-11-07drm/nouveau/disp: move LVDS protocol information into acquireBen Skeggs10-61/+50
2022-11-07drm/nouveau/disp: move and extend the role of outp acquire/release methodsBen Skeggs9-100/+213
2022-11-05drm/fb-helper: Clarify use of last_close and output_poll_changedThomas Zimmermann1-2/+4
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann31-24/+14
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann61-549/+556
2022-11-05drm/fb-helper: Set flag in struct drm_fb_helper for leaking physical addressesThomas Zimmermann1-3/+7
2022-11-05drm/fb-helper: Always initialize generic fbdev emulationThomas Zimmermann1-8/+0