summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Merge tag 'drm-misc-fixes-for-v6.8-rc2' of git://git.kernel.org/pub/scm/linux...Dave Airlie1-30/+2
2024-01-26Revert "nouveau: push event block/allowing out of the fence context"Dave Airlie2-27/+6
2024-01-26Merge tag 'drm-intel-fixes-2024-01-26' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-2/+12
2024-01-26Merge tag 'drm-misc-fixes-2024-01-26' of git://anongit.freedesktop.org/drm/dr...Dave Airlie10-19/+80
2024-01-26drm: bridge: samsung-dsim: Don't use FORCE_STOP_STATEMichael Walle1-30/+2
2024-01-26drm/sched: Drain all entities in DRM sched run job workerMatthew Brost1-8/+7
2024-01-26Merge tag 'amd-drm-fixes-6.8-2024-01-25' of https://gitlab.freedesktop.org/ag...Dave Airlie24-36/+229
2024-01-26Merge tag 'drm-xe-fixes-2024-01-25' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie8-30/+31
2024-01-26drm/amd/display: "Enable IPS by default"Roman Li1-1/+2
2024-01-26drm/amd: Add a DC debug mask for IPSRoman Li1-0/+1
2024-01-26drm/amd/display: Disable ips before dc interrupt settingRoman Li1-1/+4
2024-01-26drm/amd/display: Replay + IPS + ABM in Full Screen VPBChunTao Tso4-0/+57
2024-01-26drm/amd/display: Add IPS checks before dcn register accessRoman Li1-10/+6
2024-01-26drm/amd/display: Add Replay IPS register for DMUB command tableAlvin Lee1-0/+1
2024-01-26drm/amd/display: Allow IPS2 during ReplayNicholas Kazlauskas3-1/+11
2024-01-25drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDsAlex Deucher2-1/+2
2024-01-25drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDsAlex Deucher2-1/+2
2024-01-25drm/amd/amdgpu: Assign GART pages to AMD device mappingTom St Denis1-0/+8
2024-01-25drm/amd/pm: Fetch current power limit from FWLijo Lazar1-0/+1
2024-01-25drm/amdgpu: Fix null pointer dereferenceHawking Zhang1-1/+1
2024-01-25drm/amdgpu: Show vram vendor only if availableLijo Lazar1-1/+16
2024-01-25drm/amd/pm: update the power cap settingKenneth Feng2-4/+104
2024-01-25drm/amdgpu: Avoid fetching vram vendor informationLijo Lazar1-1/+2
2024-01-25drm/amdgpu/pm: Fix the power source flag errorMa Jun3-10/+7
2024-01-25drm/amd/display: Fix uninitialized variable usage in core_link_ 'read_dpcd() ...Srinivasan Shanmugam1-2/+2
2024-01-25drm/amd/pm: udpate smu v13.0.6 message permissionYang Wang1-2/+2
2024-01-25drm/i915/psr: Only allow PSR in LPSP mode on HSW non-ULTVille Syrjälä1-2/+12
2024-01-25Merge tag 'exynos-drm-fixes-for-v6.8-rc2' of git://git.kernel.org/pub/scm/lin...Dave Airlie3-6/+6
2024-01-25Merge tag 'drm-misc-next-fixes-2024-01-19' of git://anongit.freedesktop.org/d...Dave Airlie2-9/+35
2024-01-25Merge tag 'drm-intel-next-fixes-2024-01-19' of git://anongit.freedesktop.org/...Dave Airlie2-3/+1
2024-01-24drm/xe: Remove PVC from xe_wa kunit testsLucas De Marchi1-3/+0
2024-01-24drm/xe/vm: bugfix in xe_vm_create_ioctlMoti Haimovski1-9/+14
2024-01-24drm/xe/xe2: Use XE_CACHE_WB pat indexHimal Prasad Ghimiray1-7/+7
2024-01-24drm/xe/display: Avoid calling readq()Lucas De Marchi1-6/+5
2024-01-24drm/xe/mmio: Cast to u64 when printingLucas De Marchi1-2/+2
2024-01-24drm/xe: Use _ULL for u64 divisionLucas De Marchi1-1/+1
2024-01-24drm/xe: Use a NULL pointer instead of 0.Thomas Hellström1-1/+1
2024-01-24drm/xe/dmabuf: Make xe_dmabuf_ops staticThomas Hellström1-1/+1
2024-01-22drm/dp_mst: Separate @failing_port list in drm_dp_mst_atomic_check_mgr() commentBagas Sanjaya1-0/+2
2024-01-22drm/bridge: anx7625: Ensure bridge is suspended in disable()Hsin-Yi Wang2-1/+8
2024-01-22Merge v6.8-rc1 into drm-misc-fixesMaxime Ripard1475-22021/+125409
2024-01-22drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resumeFedor Pchelkin1-1/+1
2024-01-22drm/exynos: fix accidental on-stack copy of exynos_drm_planeArnd Bergmann2-4/+4
2024-01-22drm/exynos: fix incorrect type issueInki Dae1-1/+1
2024-01-19Merge tag 'drm-next-2024-01-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds85-463/+692
2024-01-19Merge tag 'drm-xe-next-fixes-2024-01-16' of https://gitlab.freedesktop.org/dr...Dave Airlie18-91/+136
2024-01-19nouveau/vmm: don't set addr on the fail path to avoid warningDave Airlie1-0/+3
2024-01-19Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds24-24/+0
2024-01-19Merge tag 'amd-drm-fixes-6.8-2024-01-18' of https://gitlab.freedesktop.org/ag...Dave Airlie67-373/+554
2024-01-19Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+2