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-14
drm/amd/display: expose dsc overhead bw in dc dsc header
Wenjing Liu
2
-37
/
+37
2021-09-14
drm/amdkfd: make needs_pcie_atomics FW-version dependent
Felix Kuehling
2
-16
/
+29
2021-09-14
drm/amdgpu: Increase direct IB pool size
xinhui pan
1
-7
/
+2
2021-09-14
drm/amdgpu: add manual sclk/vddc setting support for cyan skilfish(v3)
Lang Yu
2
-1
/
+138
2021-09-14
drm/amdgpu: add some pptable funcs for cyan skilfish(v3)
Lang Yu
1
-0
/
+347
2021-09-14
drm/amdgpu: update SMU driver interface for cyan skilfish(v3)
Lang Yu
1
-51
/
+35
2021-09-14
drm/amdgpu: update SMU PPSMC for cyan skilfish
Lang Yu
1
-1
/
+8
2021-09-14
drm/amdgpu: fix sysfs_emit/sysfs_emit_at warnings(v2)
Lang Yu
8
-16
/
+49
2021-09-14
drm/amd/display: dc_assert_fp_enabled assert only if FPU is not enabled
Anson Jacob
1
-1
/
+1
2021-09-14
drm/amdgpu: Update RAS trigger error block support
John Clements
1
-0
/
+3
2021-09-14
drm/amdgpu: Update RAS status print
John Clements
1
-27
/
+10
2021-09-14
drm/amdgpu: refactor function to init no-psp fw
Likun Gao
1
-85
/
+75
2021-09-14
drm/amd/display: Add NULL checks for vblank workqueue
Nicholas Kazlauskas
1
-14
/
+18
2021-09-14
drm/amd/amdgpu: Enable some sysnodes for guest smi
Roy Sun
1
-2
/
+2
2021-09-14
drm/amdgpu: cleanup debugfs for amdgpu rings
Nirmoy Das
3
-23
/
+9
2021-09-14
drm/amdgpu: use IS_ERR for debugfs APIs
Nirmoy Das
2
-8
/
+6
2021-09-14
drm/i915: Enable -Wsometimes-uninitialized
Nathan Chancellor
1
-1
/
+0
2021-09-14
drm/i915/selftests: Always initialize err in igt_dmabuf_import_same_driver_lmem()
Nathan Chancellor
1
-0
/
+2
2021-09-14
drm/i915/selftests: Do not use import_obj uninitialized
Nathan Chancellor
1
-3
/
+2
2021-09-14
drm/i915: Enable -Wsometimes-uninitialized
Nathan Chancellor
1
-1
/
+0
2021-09-14
drm/i915/selftests: Always initialize err in igt_dmabuf_import_same_driver_lmem()
Nathan Chancellor
1
-0
/
+2
2021-09-14
drm/i915/selftests: Do not use import_obj uninitialized
Nathan Chancellor
1
-3
/
+2
2021-09-14
drm/i915/edp: use MSO pixel overlap from DisplayID data
Jani Nikula
1
-3
/
+6
2021-09-14
drm/i915/edp: postpone MSO init until after EDID read
Jani Nikula
1
-2
/
+3
2021-09-14
drm/edid: parse the DisplayID v2.0 VESA vendor block for MSO
Jani Nikula
1
-0
/
+72
2021-09-14
drm/edid: abstract OUI conversion to 24-bit int
Jani Nikula
1
-10
/
+7
2021-09-14
drm/vc4: dsi: Switch to devm_drm_of_get_bridge
Maxime Ripard
1
-24
/
+4
2021-09-14
drm/vc4: dpi: Switch to devm_drm_of_get_bridge
Maxime Ripard
1
-11
/
+4
2021-09-14
drm/bridge: Add a function to abstract away panels
Maxime Ripard
2
-4
/
+40
2021-09-14
drm/i915: Get PM ref before accessing HW register
Vinay Belgaumkar
1
-1
/
+7
2021-09-14
drm/i915: Release ctx->syncobj on final put, not on ctx close
Daniel Vetter
1
-3
/
+3
2021-09-14
drm/i915/gem: Fix the mman selftest
Thomas Hellström
1
-6
/
+20
2021-09-14
drm/i915/guc: drop guc_communication_enabled
Daniele Ceraolo Spurio
1
-8
/
+3
2021-09-14
drm/i915/dp: Use max params for panels < eDP 1.4
Kai-Heng Feng
1
-1
/
+4
2021-09-14
drm/i915/dp: return proper DPRX link training result
Lee Shawn C
1
-1
/
+1
2021-09-14
Merge drm/drm-next into drm-misc-next
Maxime Ripard
659
-14202
/
+29349
2021-09-13
drm/i915/guc: Add GuC kernel doc
Matthew Brost
4
-60
/
+179
2021-09-13
drm/i915/guc: Drop guc_active move everything into guc_state
Matthew Brost
4
-58
/
+49
2021-09-13
drm/i915/guc: Move fields protected by guc->contexts_lock into sub structure
Matthew Brost
5
-67
/
+69
2021-09-13
drm/i915/guc: Move GuC priority fields in context under guc_active
Matthew Brost
3
-37
/
+46
2021-09-13
drm/i915/guc: Drop pin count check trick between sched_disable and re-pin
Matthew Brost
2
-21
/
+34
2021-09-13
drm/i915/guc: Proper xarray usage for contexts_lookup
Matthew Brost
1
-15
/
+87
2021-09-13
drm/i915/guc: Rework and simplify locking
Matthew Brost
3
-120
/
+90
2021-09-13
drm/i915/guc: Move guc_blocked fence to struct guc_state
Matthew Brost
3
-14
/
+14
2021-09-13
drm/i915/guc: Release submit fence from an irq_work
Matthew Brost
2
-3
/
+24
2021-09-13
drm/i915/guc: Reset LRC descriptor if register returns -ENODEV
Matthew Brost
1
-2
/
+4
2021-09-13
drm/i915/guc: Don't touch guc_state.sched_state without a lock
Matthew Brost
1
-5
/
+17
2021-09-13
drm/i915/guc: Take context ref when cancelling request
Matthew Brost
1
-1
/
+4
2021-09-13
drm/i915/selftests: Add initial GuC selftest for scrubbing lost G2H
Matthew Brost
6
-0
/
+185
2021-09-13
drm/i915/guc: Copy whole golden context, set engine state size of subset
Matthew Brost
1
-9
/
+17
[prev]
[next]