aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-04-26drm/vmwgfx: Make console emulation depend on DRM_FBDEV_EMULATIONThomas Zimmermann3-7/+23
2021-04-23drm/amd/dc: Fix a missing check bug in dm_dp_mst_detect()Yingjie Wang1-0/+3
2021-04-23drm/amd/display: Reject non-zero src_y and src_x for video planesHarry Wentland1-0/+17
2021-04-23drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2Christian König3-8/+18
2021-04-23drm/amdgpu: remove AMDGPU_GEM_CREATE_SHADOW flagNirmoy Das1-4/+1
2021-04-23drm/amdgpu: cleanup amdgpu_bo_create()Nirmoy Das1-47/+14
2021-04-23drm/amdgpu: create shadow bo using amdgpu_bo_create_shadow()Nirmoy Das1-24/+45
2021-04-23drm/amdgpu: remove unused vm context flagsNirmoy Das1-3/+0
2021-04-23drm/amdgpu: cleanup amdgpu_vm_init()Nirmoy Das3-16/+6
2021-04-23drm/amdgpu: expose amdgpu_bo_create_shadow()Nirmoy Das2-3/+6
2021-04-23drm/amdgpu: fix coding style and documentation in amdgpu_vram_mgr.cChristian König1-80/+93
2021-04-23drm/amdgpu: fix coding style and documentation in amdgpu_gtt_mgr.cChristian König1-79/+90
2021-04-23drm/amdkfd: remove redundant initialization to variable rColin Ian King1-1/+1
2021-04-23drm/amdkfd: fix uint32 variable compared to less than zeroColin Ian King1-1/+1
2021-04-23drm/amdkfd: set attribute access for default rangesAlex Sierra1-4/+3
2021-04-23drm/amdkfd: svm ranges creation for unregistered memoryAlex Sierra1-3/+104
2021-04-23drm/amdgpu: extend xnack limit page fault timeoutAlex Sierra1-0/+2
2021-04-23drm/amdgpu: disable gfx ras by default in aldebaranHawking Zhang1-2/+1
2021-04-23drm/amdkfd: add per-vmid-debug map_process_supportJonathan Kim5-4/+161
2021-04-23drm/amd/amdgpu: add cglsKenneth Feng1-0/+3
2021-04-23drm/amdgpu: optimize gfx ras features flag cleanStanley.Yang1-5/+5
2021-04-23drm/amdgpu: Enable SDMA MGCG for VangoghJinzhou Su2-0/+5
2021-04-23drm/amdgpu: add support for ras init flagsJohn Clements2-2/+14
2021-04-23drm/amdgpu: refine gprs init shaders to check coverageDennis Li3-5/+382
2021-04-23drm/i915/display/xelpd: Do not program EDP_Y_COORDINATE_ENABLEJosé Roberto de Souza2-3/+2
2021-04-23drm/ttm: move the page_alignment into the BO v2Christian König8-18/+18
2021-04-23drm/ttm: minor range manager coding style clean upsChristian König1-18/+17
2021-04-23drm/ttm: remove special handling for non GEM driversChristian König2-11/+10
2021-04-23drm/ttm: fix error handling if no BO can be swapped out v4Shiwu Zhang3-2/+4
2021-04-23drm/ttm: fix error handling if no BO can be swapped out v4Shiwu Zhang3-2/+4
2021-04-23drm/i915: Fix docbook descriptions for i915_cmd_parserMaarten Lankhorst1-1/+17
2021-04-23drm/i915: Fix docbook descriptions for i915_gem_shrinkerMaarten Lankhorst1-0/+1
2021-04-23drm: bridge: adv7511: Support I2S IEC958 encoded PCM formatSia Jee Heng2-0/+7
2021-04-23Merge tag 'drm-misc-next-fixes-2021-04-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie4-25/+40
2021-04-23Merge tag 'drm-intel-fixes-2021-04-22' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixesDave Airlie2-7/+15
2021-04-22drm/ttm/ttm_device: Demote kernel-doc abusesLee Jones1-2/+2
2021-04-22drm/scheduler/sched_entity: Fix some function name disparityLee Jones1-3/+3
2021-04-22drm/ttm/ttm_bo: Fix incorrectly documented function 'ttm_bo_cleanup_refs'Lee Jones1-1/+1
2021-04-22drm: drm_connector.c: Use tabs for code indentsBeatriz Martins de Carvalho1-19/+19
2021-04-22drm: drm_blend.c: Use tabs for code indentsBeatriz Martins de Carvalho1-2/+2
2021-04-22drm: drm_atomic_uapi.c: Use tabs for code indentsBeatriz Martins de Carvalho1-3/+3
2021-04-22drm: drm_context.c: Adjust end of block commentBeatriz Martins de Carvalho1-1/+2
2021-04-22drm: drm_connector.c: Adjust end of block commentBeatriz Martins de Carvalho1-3/+6
2021-04-22drm: drm_bufs.c: Adjust end of block commentBeatriz Martins de Carvalho1-1/+2
2021-04-22drm: drm_auth.c: Adjust end of block commentBeatriz Martins de Carvalho1-1/+2
2021-04-22drm: drm_atomic.c: Adjust end of block commentBeatriz Martins de Carvalho1-1/+2
2021-04-22drm/i915/stolen: actually mark as contiguousMatthew Auld1-3/+9
2021-04-22drm/i915/stolen: enforce the min_page_size contractCQ Tang1-3/+4
2021-04-22drm/i915/stolen: treat stolen local as normal local memoryMatthew Auld1-1/+4
2021-04-22drm/i915: Create stolen memory region from local memoryCQ Tang7-23/+140