index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-18
drm/i915: Reset sched_engine.no_priolist immediately after dequeue
Matthew Brost
4
-2
/
+10
2021-06-18
drm/i915: Add i915_sched_engine_is_empty function
Matthew Brost
4
-5
/
+11
2021-06-18
drm/i915: Move priolist to new i915_sched_engine object
Matthew Brost
9
-90
/
+187
2021-06-18
drm/amdgpu: Call drm_framebuffer_init last for framebuffer init
Michel Dänzer
1
-5
/
+7
2021-06-18
drm/display: Fix duplicated argument
Wan Jiabing
1
-1
/
+1
2021-06-18
drm/amd/display: Remove the repeated dpp1_full_bypass declaration
Shaokun Zhang
1
-2
/
+0
2021-06-18
drm/amd/display: Fix fall-through warning for Clang
Gustavo A. R. Silva
1
-1
/
+1
2021-06-18
drm/amd/display: remove unused variable 'dc'
Pu Lehui
1
-2
/
+0
2021-06-18
drm/amd/display: Fix gcc unused variable warning
Pu Lehui
1
-0
/
+4
2021-06-18
drm/amdkfd: Walk through list with dqm lock hold
xinhui pan
1
-10
/
+12
2021-06-18
drm/amd/amdgpu: Use IP discovery data to determine VCN enablement instead of MMSCH
Bokun Zhang
5
-39
/
+61
2021-06-18
drm/amdgpu: remove unused parameter in amdgpu_gart_bind
Yifan Zhang
3
-8
/
+5
2021-06-18
drm/amd/pm: Disable SMU messages in navi10 sriov
Yifan Zha
1
-4
/
+4
2021-06-18
drm/amdgpu: message smu to update hbm bad page number
Stanley.Yang
4
-0
/
+28
2021-06-18
drm/amdgpu: PWRBRK sequence changes for Aldebaran
Ashish Pawar
1
-5
/
+0
2021-06-18
drm/amdgpu: fix bad address translation for sienna_cichlid
Stanley.Yang
2
-1
/
+6
2021-06-18
amdgpu/pm: replaced snprintf usage in amdgpu_pm.c with sysfs_emit
Darren Powell
1
-13
/
+14
2021-06-18
drm/amdkfd: Set iolink non-coherent in topology
Eric Huang
1
-0
/
+23
2021-06-18
drm/amd/display: Add Freesync video documentation
Rodrigo Siqueira
2
-2
/
+47
2021-06-18
drm/amdgpu/vcn3: drop extraneous Beige Goby hunk
Alex Deucher
1
-5
/
+0
2021-06-18
drm/amd/display: Increase stutter watermark for dcn302 and dcn303
Aurabindo Pillai
2
-4
/
+4
2021-06-18
drm/amdgpu: add vega20 to ras quirk list
Stanley.Yang
1
-1
/
+3
2021-06-18
drm/amdgpu: Set TTM_PAGE_FLAG_SG earlier for userprt BOs
xinhui pan
1
-3
/
+3
2021-06-18
drm/gma500/oaktrail_lvds: replace continue with break
Colin Ian King
1
-2
/
+2
2021-06-18
drm/amdgpu: fix amdgpu_preempt_mgr_new()
Dan Carpenter
1
-1
/
+1
2021-06-18
drm/i915/selftests: add back the selftest() hook for the buddy
Matthew Auld
1
-0
/
+1
2021-06-18
drm/i915/ttm: Fix incorrect assumptions about ttm_bo_validate() semantics
Thomas Hellström
1
-3
/
+61
2021-06-18
drm/bridge: anx7625: Make hpd workqueue freezable
Pi-Hsun Shih
1
-2
/
+2
2021-06-18
Merge tag 'amd-drm-next-5.14-2021-06-16' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
102
-888
/
+2345
2021-06-17
drm/i915: Add support for explicit L3BANK steering
Matt Roper
3
-60
/
+46
2021-06-17
drm/i915: Add GT support for multiple types of multicast steering
Matt Roper
5
-13
/
+142
2021-06-17
drm/i915: extract steered reg access to common function
Daniele Ceraolo Spurio
3
-39
/
+63
2021-06-18
Merge tag 'mediatek-drm-next-5.14' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-next
Dave Airlie
3
-7
/
+141
2021-06-17
drm/i915: Remove duplicate include of intel_region_lmem.h
Wan Jiabing
1
-1
/
+0
2021-06-17
drm/i915: Perform execbuffer object locking as a separate step
Thomas Hellström
1
-4
/
+21
2021-06-17
drm/i915/gem: Zap the i915_gem_object_blt code
Thomas Hellström
7
-1107
/
+14
2021-06-17
drm/i915/gem: Zap the client blt code
Thomas Hellström
4
-490
/
+2
2021-06-17
drm/i915/ttm: accelerated move implementation
Ramalingam C
1
-11
/
+73
2021-06-17
drm/i915/gt: Setup a default migration context on the GT
Chris Wilson
5
-11
/
+236
2021-06-17
drm/i915/gt: Pipelined clear
Chris Wilson
3
-0
/
+326
2021-06-17
drm/i915/gt: Pipelined page migration
Chris Wilson
9
-0
/
+899
2021-06-17
drm/i915/gt: Export the pinned context constructor and destructor
Chris Wilson
2
-10
/
+28
2021-06-17
drm/i915/gt: Add a routine to iterate over the pagetables of a GTT
Chris Wilson
2
-0
/
+56
2021-06-17
drm/i915/gt: Add an insert_entry for gen8_ppgtt
Chris Wilson
1
-0
/
+19
2021-06-17
drm/i915: Introduce a ww transaction helper
Thomas Hellström
1
-1
/
+30
2021-06-17
drm/i915: Break out dma_resv ww locking utilities to separate files
Thomas Hellström
7
-68
/
+87
2021-06-17
drm/i915: Reference objects on the ww object list
Thomas Hellström
2
-2
/
+10
2021-06-17
drm/i915/ttm: remove unused function
Matthew Auld
1
-11
/
+3
2021-06-17
drm/i915/gem: Remove duplicated call to ops->pread
Daniel Vetter
1
-6
/
+0
2021-06-16
drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full doorbell.
Yifan Zhang
1
-1
/
+5
[prev]
[next]