aboutsummaryrefslogtreecommitdiff
path: root/drivers
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 flipsSimon 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-04Merge tag 'irq-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-16/+30
2024-08-04Merge tag 'media/v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2-4/+7
2024-08-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-9/+62
2024-08-03Merge tag 'tags/fixes-media-uvc-20230722' of git://git.kernel.org/pub/scm/lin...Hans Verkuil1-3/+5
2024-08-02Merge tag 'thermal-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-9/+24
2024-08-02Merge tag 'riscv-for-linus-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+2
2024-08-02Merge tag 's390-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-0/+2
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-01Merge tag 'pci-v6.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-8/+11
2024-08-01PCI: pciehp: Retain Power Indicator bits for userspace indicatorsBlazej Kucman1-1/+3
2024-08-01PCI: Fix devres regression in pci_intx()Philipp Stanner1-7/+8
2024-08-01Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds33-172/+295