aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-10-14drm/msm: Remove redundant check for 'submit'Aashish Sharma1-3/+2
2022-10-14drm/msm/a6xx: Remove state objects from list before freeingRob Clark1-1/+3
2022-10-14drm/msm/a6xx: Skip snapshotting unused GMU buffersRob Clark1-0/+3
2022-10-14drm/msm/a6xx: Fix kvzalloc vs state_kcalloc usageRob Clark2-2/+16
2022-10-14drm/i915: Fix simulated GPU reset wrt. encoder HW readoutImre Deak1-7/+17
2022-10-14drm/ofdrm: Support big-endian scanout buffersThomas Zimmermann2-2/+63
2022-10-14drm/ofdrm: Support color managementThomas Zimmermann1-5/+437
2022-10-14drm/ofdrm: Add per-model device functionThomas Zimmermann1-0/+125
2022-10-14drm/ofdrm: Add CRTC stateThomas Zimmermann1-3/+56
2022-10-14drm/ofdrm: Add ofdrm for Open Firmware framebuffersThomas Zimmermann3-0/+777
2022-10-13Merge tag 'drm-next-2022-10-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds116-1081/+1830
2022-10-14Merge tag 'amd-drm-fixes-6.1-2022-10-12' of https://gitlab.freedesktop.org/ag...Dave Airlie100-995/+1617
2022-10-14Merge tag 'drm-intel-next-fixes-2022-10-13' of git://anongit.freedesktop.org/...Dave Airlie10-48/+113
2022-10-13drm/vc4: hdmi: Check the HSM rate at runtime_resumeMaxime Ripard1-0/+20
2022-10-13drm/vc4: hdmi: Enforce the minimum rate at runtime_resumeMaxime Ripard1-0/+9
2022-10-13drm/vc4: Add module dependency on hdmi-codecMaxime Ripard1-0/+1
2022-10-13drm/bridge: adv7533: remove dynamic lane switching from adv7533 bridgeAbhinav Kumar3-17/+29
2022-10-13drm/crtc-helper: Add a drm_crtc_helper_atomic_check() helperJavier Martinez Canillas4-25/+33
2022-10-13drm/ssd130x: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas1-8/+2
2022-10-13drm/simpledrm: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas1-8/+2
2022-10-13drm/mgag200: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas1-1/+1
2022-10-12nouveau/dmem: evict device private memory during releaseAlistair Popple1-0/+48
2022-10-12nouveau/dmem: refactor nouveau_dmem_fault_copy_one()Alistair Popple1-30/+28
2022-10-12mm: free device private pages have zero refcountAlistair Popple2-2/+2
2022-10-12mm/memory.c: fix race when faulting a device private pageAlistair Popple3-12/+18
2022-10-12drm/nouveau/disp: fix cast removes address space of expression warningsruanjinjie1-2/+2
2022-10-12Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds4-321/+162
2022-10-12drm/amd/display: Add HUBP surface flip interrupt handlerAurabindo Pillai1-0/+1
2022-10-12drm: split build lists one per line and sortJani Nikula2-36/+85
2022-10-12drm/i915/trace: Remove unused frequency traceAndi Shyti1-15/+0
2022-10-12Merge tag 'drm-intel-next-fixes-2022-10-06-1' of git://anongit.freedesktop.or...Dave Airlie6-38/+100
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld4-6/+6
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-11drm/i915/display: Add DC5 counter and DMC debugfs entries for MTLAnusha Srivatsa1-12/+10
2022-10-11drm/i915/display: consider DG2_RC_CCS_CC when migrating buffersMatthew Auld1-1/+12
2022-10-11drm/i915: allow control over the flags when migratingMatthew Auld4-4/+45
2022-10-11drm/amd/display: Simplify bool conversionYang Li1-1/+1
2022-10-11drm/amd/display: fix transfer function passed to build_coefficients()Alex Deucher1-1/+1
2022-10-11drm/amd/display: add a license to cursor_reg_cache.hAlex Deucher1-0/+1
2022-10-11drm/amd/display: make virtual_disable_link_output staticAlex Deucher1-1/+1
2022-10-11drm/amd/display: fix indentation in dc.cAlex Deucher1-3/+3
2022-10-11drm/amd/display: make dcn32_split_stream_for_mpc_or_odm staticAlex Deucher1-1/+1
2022-10-11drm/amd/display: fix build error on arm64Yang Yingliang1-0/+4
2022-10-11drm/amd/display: 3.2.207Aric Cyr1-1/+1
2022-10-11drm/amd/display: Clean some DCN32 macrosRodrigo Siqueira1-10/+1
2022-10-11drm/amdgpu: Add poison mode query for umc v8_10_0Candice Li1-0/+26
2022-10-11drm/amdgpu: Update umc v8_10_0 headersCandice Li2-0/+5
2022-10-11drm/amdgpu: fix coding style issue for mca notifierTao Zhou1-3/+3
2022-10-11drm/amdgpu: define convert_error_address for umc v8.7Tao Zhou1-22/+25
2022-10-11drm/amdgpu: define RAS convert_error_address APITao Zhou3-93/+64