summaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-fixes-2024-08-08' of https://gitlab.freedesktop.org/drm/...Dave Airlie2024-08-094-12/+62
|\
| * drm/i915: Attempt to get pages without eviction firstDavid Gow2024-08-071-5/+7
| * drm/i915: Allow evicting to use the requested placementDavid Gow2024-08-071-1/+0
| * drm/i915/gem: Fix Virtual Memory mapping boundaries calculationAndi Shyti2024-08-061-6/+47
| * drm/i915/gem: Adjust vma offset for framebuffer mmap offsetAndi Shyti2024-08-061-0/+2
| * drm/i915/display: correct dual pps handling for MTL_PCH+Dnyaneshwar Bhadane2024-08-052-0/+6
* | Merge tag 'drm-xe-fixes-2024-08-08' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie2024-08-094-4/+18
|\ \
| * | drm/xe: Take ref to VM in delayed snapshotMatthew Brost2024-08-081-1/+14
| * | drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_writeKarthik Poosa2024-08-081-1/+2
| * | drm/xe: Use dma_fence_chain_free in chain fence unused as a syncMatthew Brost2024-08-081-1/+1
| * | drm/xe/rtp: Fix off-by-one when processing rulesLucas De Marchi2024-08-081-1/+1
| |/
* | Merge tag 'amd-drm-fixes-6.11-2024-08-08' of https://gitlab.freedesktop.org/a...Dave Airlie2024-08-0917-20/+176
|\ \
| * | drm/amdgpu: Add DCC GFX12 flag to enable address alignmentArunpravin Paneer Selvam2024-08-081-1/+2
| * | drm/amdgpu: correct sdma7 max dwFrank Min2024-08-081-1/+1
| * | drm/amdgpu: Add address alignment support to DCC buffersArunpravin Paneer Selvam2024-08-083-2/+57
| * | drm/amd/display: Skip Recompute DSC Params if no Stream on LinkFangzhi Zuo2024-08-081-0/+3
| * | drm/amdgpu: change non-dcc buffer copy configurationFrank Min2024-08-081-2/+3
| * | drm/amdgpu: Forward soft recovery errors to userspaceJoshua Ashton2024-08-081-2/+1
| * | drm/amdgpu: add golden setting for gc v12Likun Gao2024-08-081-0/+27
| * | drm/buddy: Add start address support to trim functionArunpravin Paneer Selvam2024-08-082-3/+24
| * | drm/amd/display: Add missing program DET segment call to pipe initRodrigo Siqueira2024-08-081-0/+2
| * | drm/amd/display: Add missing DCN314 to the DML MakefileRodrigo Siqueira2024-08-081-0/+2
| * | drm/amdgpu: force to use legacy inv in mmhubLikun Gao2024-08-081-1/+2
| * | drm/amd/pm: update powerplay structure on smu v14.0.2/3Kenneth Feng2024-08-081-6/+46
| * | drm/amd/display: Add missing mcache registersRodrigo Siqueira2024-08-081-1/+3
| * | drm/amd/display: Add dcc propagation valueRodrigo Siqueira2024-08-081-0/+1
| * | drm/amd/display: Add missing DET segments programmingRodrigo Siqueira2024-08-081-0/+2
| * | drm/amd/display: Replace dm_execute_dmub_cmd with dc_wake_and_execute_dmub_cmdRodrigo Siqueira2024-08-081-2/+1
* | | Merge tag 'drm-misc-fixes-2024-08-08' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-08-095-17/+23
|\ \ \ | |_|/ |/| |
| * | drm/atomic: allow no-op FB_ID updates for async flipsSimon Ser2024-08-061-11/+4
| * | drm/bridge-connector: Fix double free in error handling pathsCristian Ciocaltea2024-08-051-6/+2
| * | drm/omap: add CONFIG_MMU dependencyArnd Bergmann2024-08-051-0/+1
| * | drm/test: fix the gem shmem test to map the sg table.Dave Airlie2024-08-021-0/+11
| * | drm/client: fix null pointer dereference in drm_client_modeset_probeMa Ke2024-08-021-0/+5
* | | Merge tag 'drm-fixes-2024-08-02' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-08-0249-649/+1199
|\ \ \ | | |/ | |/|
| * | Revert "nouveau: rip out busy fence waits"Dave Airlie2024-08-026-6/+34
| * | Merge tag 'drm-misc-fixes-2024-08-01' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-08-0231-587/+1047
| |\|
| | * nouveau: set placement to original placement on uvmm validate.Dave Airlie2024-08-011-0/+1
| | * drm/atomic: Allow userspace to use damage clips with async flipsAndré Almeida2024-07-311-1/+2
| | * drm/atomic: Allow userspace to use explicit sync with atomic async flipsAndré Almeida2024-07-311-1/+3
| | * drm/ast: astdp: Wake up during connector status detectionThomas Zimmermann2024-07-303-2/+35
| | * Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2024-07-301646-30195/+387917
| | |\
| | * | drm/client: Fix error code in drm_client_buffer_vmap_local()Dan Carpenter2024-07-291-1/+1
| | * | drm/vmwgfx: Trigger a modeset when the screen movesIan Forbes2024-07-261-1/+28
| | * | drm/vmwgfx: Fix overlay when using Screen TargetsIan Forbes2024-07-251-1/+1
| | * | drm/vmwgfx: Add basic support for external buffersZack Rusin2024-07-251-4/+58
| | * | drm/vmwgfx: Fix handling of dumb buffersZack Rusin2024-07-2512-502/+740
| | * | drm/vmwgfx: Make sure the screen surface is ref countedZack Rusin2024-07-251-18/+22
| | * | drm/vmwgfx: Fix a deadlock in dma buf fence pollingZack Rusin2024-07-251-10/+7
| | * | drm/virtio: Fix type of dma-fence context variableDmitry Osipenko2024-07-241-1/+1