summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-11-25drm/i915: Fix type1 DVI DP dual mode adapter heuristic for modern platformsVille Syrjälä1-22/+63
2021-11-25drm/i915/dp: Ensure max link params are always validImre Deak1-8/+10
2021-11-25drm/i915/dp: Ensure sink rate values are always validImre Deak1-0/+11
2021-11-25drm/nouveau: clean up all clients on device removalJeremy Cline1-0/+30
2021-11-25drm/nouveau: use drm_dev_unplug() during device removalJeremy Cline1-1/+1
2021-11-25drm/nouveau: Add a dedicated mutex for the clients listJeremy Cline2-4/+11
2021-11-25drm/prime: Fix use after free in mmap with drm_gem_ttm_mmapAnand K Mistry1-2/+4
2021-11-25drm/udl: fix control-message timeoutJohan Hovold1-1/+1
2021-11-25drm/i915/guc: Unwind context requests in reverse orderMatthew Brost1-4/+4
2021-11-25drm/i915/guc: Don't drop ce->guc_active.lock when unwinding contextMatthew Brost1-4/+0
2021-11-25drm/i915/guc: Workaround reset G2H is received after schedule done G2HMatthew Brost1-6/+35
2021-11-25drm/i915/guc: Don't enable scheduling on a banned context, guc_id invalid, no...Matthew Brost1-3/+19
2021-11-25drm/i915/guc: Fix outstanding G2H accountingMatthew Brost1-42/+37
2021-11-25drm/amd/display: Limit max DSC target bpp for specific monitorsRoman Li1-0/+35
2021-11-25drm/amd/display: Update swizzle mode enumsAlvin Lee2-3/+5
2021-11-25drm/cma-helper: Release non-coherent memory with dma_free_noncoherent()Thomas Zimmermann1-2/+7
2021-11-25Revert "drm/i915/tgl/dsi: Gate the ddi clocks after pll mapping"Vandita Kulkarni1-8/+2
2021-11-25drm/nouveau: hdmigv100.c: fix corrupted HDMI Vendor InfoFrameHans Verkuil1-1/+0
2021-11-21Revert "drm: fb_helper: fix CONFIG_FB dependency"Greg Kroah-Hartman1-1/+1
2021-11-21Revert "drm: fb_helper: improve CONFIG_FB dependency"Greg Kroah-Hartman1-2/+3
2021-11-18drm/amd/display: Look at firmware version to determine using dmub on dcn21Mario Limonciello1-1/+8
2021-11-18drm/sun4i: Fix macros in sun8i_csc.hJernej Skrabec1-2/+2
2021-11-18drm/i915/guc: Fix blocked context accountingMatthew Brost1-1/+1
2021-11-18drm/amdgpu: fix uvd crash on Polaris12 during driver unloadingEvan Quan1-11/+13
2021-11-18drm/i915/fb: Fix rounding error in subsampled plane size calculationImre Deak1-2/+3
2021-11-18drm/amdgpu/powerplay: fix sysfs_emit/sysfs_emit_at handlingAlex Deucher7-12/+51
2021-11-18Revert "drm/imx: Annotate dma-fence critical section in commit path"Fabio Estevam1-2/+0
2021-11-18drm: fb_helper: improve CONFIG_FB dependencyArnd Bergmann1-3/+2
2021-11-18drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe7-173/+6
2021-11-18drm/nouveau/svm: Fix refcount leak bug and missing check against null bugChenyuan Mi1-0/+4
2021-11-18drm/bridge: nwl-dsi: Add atomic_get_input_bus_fmtsGuido Günther1-0/+35
2021-11-18drm/plane-helper: fix uninitialized variable referenceAlex Xu (Hello71)1-1/+0
2021-11-18drm/bridge/lontium-lt9611uxc: fix provided connector suportDmitry Baryshkov1-3/+6
2021-11-18drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bitsAlex Deucher1-2/+2
2021-11-18drm/amdgpu: fix a potential memory leak in amdgpu_device_fini_sw()Lang Yu1-1/+1
2021-11-18drm/msm/dsi: fix wrong type in msm_dsi_hostJessica Zhang1-12/+12
2021-11-18drm/msm: Fix potential NULL dereference in DPU SSPPJessica Zhang1-3/+5
2021-11-18drm/amdkfd: Fix an inappropriate error handling in allloc memory of gpuLang Yu1-1/+1
2021-11-18drm/msm: uninitialized variable in msm_gem_import()Dan Carpenter1-2/+2
2021-11-18drm/msm: fix potential NULL dereference in cleanupDan Carpenter1-0/+1
2021-11-18drm/msm: unlock on error in get_sched_entity()Dan Carpenter1-0/+1
2021-11-18drm/msm: potential error pointer dereference in init()Dan Carpenter1-0/+4
2021-11-18drm/msm: Fix potential Oops in a6xx_gmu_rpmh_init()Dan Carpenter1-3/+3
2021-11-18drm/msm/dsi: do not enable irq handler before powering up the hostDmitry Baryshkov3-17/+49
2021-11-18drm: fb_helper: fix CONFIG_FB dependencyArnd Bergmann1-1/+1
2021-11-18drm/amdgpu: fix warning for overflow checkArnd Bergmann2-2/+2
2021-11-18drm/ttm: stop calling tt_swapin in vm_accessMatthew Auld1-5/+0
2021-11-18drm/amdgpu: move amdgpu_virt_release_full_gpu to fini_early stageGuchun Chen1-4/+5
2021-11-18drm/amd/display: Pass display_pipe_params_st as const in DMLHarry Wentland12-120/+120
2021-11-18drm/amdgpu: Fix crash on device remove/driver unloadAndrey Grodzovsky7-90/+105