summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-08-09Merge tag 'drm-intel-fixes-2024-08-08' of https://gitlab.freedesktop.org/drm/...Dave Airlie4-12/+62
2024-08-09Merge tag 'drm-xe-fixes-2024-08-08' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie4-4/+18
2024-08-09Merge tag 'amd-drm-fixes-6.11-2024-08-08' of https://gitlab.freedesktop.org/a...Dave Airlie17-20/+176
2024-08-09Merge tag 'drm-misc-fixes-2024-08-08' of https://gitlab.freedesktop.org/drm/m...Dave Airlie5-17/+23
2024-08-08drm/xe: Take ref to VM in delayed snapshotMatthew Brost1-1/+14
2024-08-08drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_writeKarthik Poosa1-1/+2
2024-08-08drm/xe: Use dma_fence_chain_free in chain fence unused as a syncMatthew Brost1-1/+1
2024-08-08drm/xe/rtp: Fix off-by-one when processing rulesLucas De Marchi1-1/+1
2024-08-07drm/amdgpu: Add DCC GFX12 flag to enable address alignmentArunpravin Paneer Selvam1-1/+2
2024-08-07drm/amdgpu: correct sdma7 max dwFrank Min1-1/+1
2024-08-07drm/amdgpu: Add address alignment support to DCC buffersArunpravin Paneer Selvam3-2/+57
2024-08-07drm/amd/display: Skip Recompute DSC Params if no Stream on LinkFangzhi Zuo1-0/+3
2024-08-07drm/amdgpu: change non-dcc buffer copy configurationFrank Min1-2/+3
2024-08-07drm/amdgpu: Forward soft recovery errors to userspaceJoshua Ashton1-2/+1
2024-08-07drm/amdgpu: add golden setting for gc v12Likun Gao1-0/+27
2024-08-07drm/buddy: Add start address support to trim functionArunpravin Paneer Selvam2-3/+24
2024-08-07drm/amd/display: Add missing program DET segment call to pipe initRodrigo Siqueira1-0/+2
2024-08-07drm/amd/display: Add missing DCN314 to the DML MakefileRodrigo Siqueira1-0/+2
2024-08-07drm/amdgpu: force to use legacy inv in mmhubLikun Gao1-1/+2
2024-08-07drm/amd/pm: update powerplay structure on smu v14.0.2/3Kenneth Feng1-6/+46
2024-08-07drm/amd/display: Add missing mcache registersRodrigo Siqueira1-1/+3
2024-08-07drm/amd/display: Add dcc propagation valueRodrigo Siqueira1-0/+1
2024-08-07drm/amd/display: Add missing DET segments programmingRodrigo Siqueira1-0/+2
2024-08-07drm/amd/display: Replace dm_execute_dmub_cmd with dc_wake_and_execute_dmub_cmdRodrigo Siqueira1-2/+1
2024-08-07drm/i915: Attempt to get pages without eviction firstDavid Gow1-5/+7
2024-08-07drm/i915: Allow evicting to use the requested placementDavid Gow1-1/+0
2024-08-06drm/atomic: allow no-op FB_ID updates for async flipsdrm-misc-fixes-2024-08-08Simon Ser1-11/+4
2024-08-06drm/i915/gem: Fix Virtual Memory mapping boundaries calculationAndi Shyti1-6/+47
2024-08-06drm/i915/gem: Adjust vma offset for framebuffer mmap offsetAndi Shyti1-0/+2
2024-08-05drm/bridge-connector: Fix double free in error handling pathsCristian Ciocaltea1-6/+2
2024-08-05drm/omap: add CONFIG_MMU dependencyArnd Bergmann1-0/+1
2024-08-05drm/i915/display: correct dual pps handling for MTL_PCH+Dnyaneshwar Bhadane2-0/+6
2024-08-02Merge tag 'drm-fixes-2024-08-02' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds49-649/+1199
2024-08-02drm/test: fix the gem shmem test to map the sg table.Dave Airlie1-0/+11
2024-08-02drm/client: fix null pointer dereference in drm_client_modeset_probeMa Ke1-0/+5
2024-08-02Revert "nouveau: rip out busy fence waits"Dave Airlie6-6/+34
2024-08-02Merge tag 'drm-misc-fixes-2024-08-01' of https://gitlab.freedesktop.org/drm/m...Dave Airlie31-587/+1047
2024-08-02Merge tag 'drm-intel-fixes-2024-08-01' of https://gitlab.freedesktop.org/drm/...Dave Airlie3-37/+4
2024-08-02Merge tag 'amd-drm-fixes-6.11-2024-07-27' of https://gitlab.freedesktop.org/a...Dave Airlie9-19/+114
2024-08-01nouveau: set placement to original placement on uvmm validate.drm-misc-fixes-2024-08-01Dave Airlie1-0/+1
2024-07-31drm/atomic: Allow userspace to use damage clips with async flipsAndré Almeida1-1/+2
2024-07-31drm/atomic: Allow userspace to use explicit sync with atomic async flipsAndré Almeida1-1/+3
2024-07-30drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll()Nikita Zhandarovich1-3/+3
2024-07-30drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macroSuraj Kandpal1-1/+1
2024-07-30drm/ast: astdp: Wake up during connector status detectionThomas Zimmermann3-2/+35
2024-07-30Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard1646-30195/+387917
2024-07-29i915/perf: Remove code to update PWR_CLK_STATE for gen12Umesh Nerlige Ramappa1-33/+0
2024-07-29drm/client: Fix error code in drm_client_buffer_vmap_local()Dan Carpenter1-1/+1
2024-07-28minmax: don't use max() in situations that want a C constant expressionLinus Torvalds1-1/+1
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds4-4/+16