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-09-29
drm/amd/display: Pass PCI deviceid into DC
Charlene Liu
1
-0
/
+1
2021-09-29
drm/amd/display: Update VCP X.Y logging to improve usefulness
George Shen
1
-24
/
+25
2021-09-29
drm/amd/display: Handle Y carry-over in VCP X.Y calculation
George Shen
1
-0
/
+6
2021-09-29
drm/amd/display: make verified link cap not exceeding max link cap
Wenjing Liu
1
-15
/
+28
2021-09-29
drm/amd/display: initialize backlight_ramping_override to false
Josip Pavic
1
-0
/
+1
2021-09-29
drm/amd/display: Defer LUT memory powerdown until LUT bypass latches
Michael Strauss
4
-7
/
+87
2021-09-29
drm/i915/tc: Fix system hang on ADL-P during TypeC PHY disconnect
Imre Deak
1
-0
/
+8
2021-09-29
drm/i915/tc: Drop extra TC cold blocking from intel_tc_port_connected()
Imre Deak
1
-4
/
+0
2021-09-29
drm/i915/tc: Fix TypeC PHY connect/disconnect logic on ADL-P
Imre Deak
4
-32
/
+59
2021-09-29
drm/i915/icl/tc: Remove the ICL special casing during TC-cold blocking
Imre Deak
1
-6
/
+0
2021-09-29
drm/i915/tc: Avoid using legacy AUX PW in TBT mode
Imre Deak
1
-19
/
+36
2021-09-29
drm/i915/tc: Refactor TC-cold block/unblock helpers
Imre Deak
2
-26
/
+44
2021-09-29
drm/i915/tc: Add a mode for the TypeC PHY's disconnected state
Imre Deak
2
-8
/
+15
2021-09-29
drm/i915/tc: Don't keep legacy TypeC ports in connected state w/o a sink
Imre Deak
1
-11
/
+1
2021-09-29
drm/i915/tc: Add/use helpers to retrieve TypeC port properties
Imre Deak
7
-34
/
+46
2021-09-29
drm/i915/tc: Check for DP-alt, legacy sinks before taking PHY ownership
Imre Deak
1
-0
/
+23
2021-09-29
drm/i915/tc: Remove waiting for PHY complete during releasing ownership
Imre Deak
1
-5
/
+0
2021-09-29
drm/i915/adlp/tc: Fix PHY connected check for Thunderbolt mode
Imre Deak
1
-0
/
+4
2021-09-29
drm/i915/tc: Fix TypeC port init/resume time sanitization
Imre Deak
3
-18
/
+20
2021-09-29
drm/i915/gen11: Disable cursor clock gating in HDR mode
Tejas Upadhyay
2
-0
/
+33
2021-09-29
drm/ttm: add TTM_TT_FLAG_EXTERNAL_MAPPABLE
Matthew Auld
2
-2
/
+7
2021-09-29
drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/
Matthew Auld
9
-32
/
+32
2021-09-29
drm/ttm: move ttm_tt_{add, clear}_mapping into amdgpu
Matthew Auld
2
-26
/
+14
2021-09-29
drm/ttm: stop setting page->index for the ttm_tt
Matthew Auld
2
-5
/
+1
2021-09-29
drm/ttm: stop calling tt_swapin in vm_access
Matthew Auld
1
-5
/
+0
2021-09-29
drm/i915: Fix runtime pm handling in i915_gem_shrink
Maarten Lankhorst
1
-2
/
+5
2021-09-29
drm/virtio: implement context init: advertise feature to userspace
Gurchetan Singh
1
-0
/
+6
2021-09-29
drm/virtio: implement context init: add virtio_gpu_fence_event
Gurchetan Singh
4
-1
/
+93
2021-09-29
drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASK
Gurchetan Singh
2
-1
/
+22
2021-09-29
drm/virtio: implement context init: allocate an array of fence contexts
Gurchetan Singh
2
-2
/
+35
2021-09-29
drm/virtio: implement context init: stop using drv->context when creating fence
Gurchetan Singh
2
-14
/
+17
2021-09-29
drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virtio_gpu_fence_alloc
Gurchetan Singh
4
-8
/
+13
2021-09-29
drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virtio_gpu_fence
Gurchetan Singh
1
-0
/
+2
2021-09-29
drm/virtio: implement context init: support init ioctl
Anthoine Bourgeois
3
-8
/
+98
2021-09-29
drm/virtio: implement context init: probe for feature
Anthoine Bourgeois
4
-1
/
+10
2021-09-29
drm/virtio: implement context init: track valid capabilities in a mask
Gurchetan Singh
2
-1
/
+20
2021-09-29
drm/i915: constify display wm vtable
Dave Airlie
3
-41
/
+75
2021-09-29
drm/i915: constify clock gating init vtable.
Dave Airlie
2
-25
/
+55
2021-09-29
drm/i915: constify display function vtable
Dave Airlie
2
-31
/
+52
2021-09-29
drm/i915: drop unused function ptr and comments.
Dave Airlie
1
-7
/
+0
2021-09-29
drm/i915: constify the cdclk vtable
Dave Airlie
2
-96
/
+206
2021-09-29
drm/i915: constify the dpll clock vtable
Dave Airlie
3
-12
/
+44
2021-09-29
drm/i915: constify the audio function vtable
Dave Airlie
2
-17
/
+28
2021-09-29
drm/i915: constify color function vtable.
Dave Airlie
2
-47
/
+93
2021-09-29
drm/i915: constify hotplug function vtable.
Dave Airlie
3
-10
/
+24
2021-09-29
drm/i915: constify fdi link training vtable
Dave Airlie
2
-5
/
+17
2021-09-29
drm/i915: split the dpll clock compute out from display vtable.
Dave Airlie
3
-12
/
+18
2021-09-29
drm/i915: split fdi link training from display vtable.
Dave Airlie
2
-7
/
+12
2021-09-29
drm/i915: split irq hotplug function from display vtable
Dave Airlie
3
-10
/
+17
2021-09-29
drm/i915: split cdclk functions from display vtable.
Dave Airlie
2
-72
/
+78
[prev]
[next]