aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-12-06drm/i915: Refine VT-d scanout workaroundChris Wilson2-24/+14
2022-12-06drm/i915: Introduce guard pages to i915_vmaChris Wilson7-17/+60
2022-12-06drm/i915: Wrap all access to i915_vma.node.start|sizeChris Wilson29-122/+180
2022-12-06drm/i915: Limit the display memory alignment to 32 bit instead of 64Andi Shyti3-3/+3
2022-12-06drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König5-30/+3
2022-12-05drm/i915/guc: enable GuC GGTT invalidation from the startDaniele Ceraolo Spurio3-33/+4
2022-12-05drm/i915/gen12: Apply recommended L3 hashing maskMatt Roper2-4/+8
2022-12-05drm/vmwgfx: Don't use screen objects when SEV is activeZack Rusin1-0/+4
2022-12-05drm/i915/mtl: Check full IP version when applying hw steering semaphoreMatt Roper1-2/+2
2022-12-05drm/mipi-dbi: Move drm_dev_{enter, exit}() out from fb_dirty functionsThomas Zimmermann3-18/+21
2022-12-05drm/mipi-dbi: Use shadow-plane mappingsThomas Zimmermann3-44/+13
2022-12-05drm/mipi-dbi: Support shadow-plane stateThomas Zimmermann3-0/+95
2022-12-05drm/mipi-dbi: Prepare framebuffer copy operation in pipe-update helpersThomas Zimmermann3-45/+71
2022-12-05drm/mipi-dbi: Initialize default driver functions with macroThomas Zimmermann8-32/+8
2022-12-05drm/st7586: Call MIPI DBI mode_valid helperThomas Zimmermann1-0/+1
2022-12-05drm/ili9225: Call MIPI DBI mode_valid helperThomas Zimmermann1-0/+1
2022-12-05drm/simple-kms: Remove drm_gem_simple_display_pipe_prepare_fb()Thomas Zimmermann4-33/+2
2022-12-04drm/shmem-helper: Avoid vm_open error pathsRob Clark1-3/+11
2022-12-04drm/shmem-helper: Remove errant put in error pathRob Clark1-3/+1
2022-12-02Merge tag 'drm-fixes-2022-12-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds5-8/+19
2022-12-02Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+7
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe127-1132/+1838
2022-12-02drm/i915/mtl: Add hardware-level lock for steeringMatt Roper2-4/+35
2022-12-02vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe1-0/+3
2022-12-02i915/gvt: Move gvt mapping cache initialization to intel_vgpu_init_dev()Yi Liu1-4/+14
2022-12-02drm/amdgpu: expand on GPUVM documentationAlex Deucher1-10/+31
2022-12-02drm/amdgpu/sdma_v4_0: turn off SDMA ring buffer in the s2idle suspendPrike Liang1-9/+15
2022-12-02drm/amdgpu: MCBP based on DRM scheduler (v9)Jiadong.Zhu8-43/+422
2022-12-02drm/amdgpu: Modify unmap_queue format for gfx9 (v6)Jiadong.Zhu3-29/+156
2022-12-02drm/amdgpu: Add software ring callbacks for gfx9 (v8)Jiadong.Zhu5-1/+136
2022-12-02drm/amdgpu: Introduce gfx software ring (v9)Jiadong.Zhu5-1/+306
2022-12-02drm/amd/display: add FB_DAMAGE_CLIPS supportHamza Mahfooz2-46/+88
2022-12-02drm: tda99x: Don't advertise non-existent capture supportMark Brown1-0/+2
2022-12-02Merge tag 'amd-drm-fixes-6.1-2022-12-01' of https://gitlab.freedesktop.org/ag...Dave Airlie1-0/+3
2022-12-01drm/i915/mcr: Hold forcewake and MCR lock over PPAT setupMatt Roper1-8/+19
2022-12-01drm/amdgpu: improve GART and GTT documentationPeter Maucher1-4/+6
2022-12-01drm/amdgpu: use sysfs_emit() to instead of scnprintf()ye xingchen1-1/+1
2022-12-01drm/amd/display: use the proper fb offset for DMAlex Deucher1-2/+2
2022-12-01drm/amdgpu: Add nv mailbox irq in soc21YuBiao Wang1-1/+17
2022-12-01drm/amdgpu: enable Vangogh VCN indirect sram modeLeo Liu1-0/+3
2022-12-01drm/amdgpu: enable Vangogh VCN indirect sram modeLeo Liu1-0/+3
2022-12-01drm/amdgpu: enable VCN RAS poison for VCN v4.0Tao Zhou1-0/+24
2022-12-01drm/amdgpu/mes11: enable reg active pollJack Xiao1-0/+1
2022-12-01drm/amd/amdgpu: update mes11 api defJack Xiao1-1/+5
2022-12-01drm/i915/pvc: Implement recommended caching policyWayne Boyer2-0/+2
2022-12-01drm/vc4: dpi: Fix format mapping for RGB565Dave Stevenson1-1/+1
2022-12-01drm/vc4: dpi: Change the default DPI format to being 18bpp, not 24.Dave Stevenson1-2/+2
2022-12-01drm/vc4: dpi: Support BGR666 formatsJoerg Quinten1-0/+6
2022-12-01drm/vc4: dpi: Support RGB565 formatChris Morgan1-0/+4
2022-12-01drm/tests: probe_helper: Fix uninitialized variableMaxime Ripard1-0/+1