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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-09
drm/amdgpu: fix gmc init fail in sriov mode
Yang Wang
2
-4
/
+6
2022-02-09
drm/amd/pm: correct hwmon power label name
Yang Wang
1
-3
/
+7
2022-02-09
drm/amd/amdgpu/amdgpu_uvd: Fix forgotten unmap buffer object
zhanglianjie
1
-0
/
+2
2022-02-09
drm/radeon/uvd: Fix forgotten unmap buffer objects
zhanglianjie
1
-3
/
+2
2022-02-09
drm/amdkfd: Consolidate MQD manager functions
Mukul Joshi
6
-282
/
+136
2022-02-09
drm/amdkfd: Remove unused old debugger implementation
Mukul Joshi
21
-2066
/
+102
2022-02-09
drm/amdkfd: Fix TLB flushing in KFD SVM with no HWS
Mukul Joshi
1
-14
/
+10
2022-02-09
drm/amd/pm: fix hwmon node of power1_label create issue
Yang Wang
1
-2
/
+1
2022-02-09
drm/amd/pm: drm/amd/pm: disable GetPptLimit message in sriov mode
Yang Wang
1
-1
/
+1
2022-02-09
drm/amd/pm: fix hwmon node of power1_label create issue
Yang Wang
1
-2
/
+1
2022-02-09
drm/amd/display: keep eDP Vdd on when eDP stream is already enabled
Zhan Liu
1
-2
/
+22
2022-02-09
drm/amd/display: fix yellow carp wm clamping
Dmytro Laktyushkin
1
-29
/
+32
2022-02-09
drm/amd/display: Cap pflip irqs per max otg number
Roman Li
3
-1
/
+4
2022-02-09
drm/amdgpu: add utcl2_harvest to gc 10.3.1
Aaron Liu
1
-1
/
+6
2022-02-09
display/amd: decrease message verbosity about watermarks table failure
Mario Limonciello
1
-1
/
+5
2022-02-09
drm/i915: Fix IPS disable in intel_plane_disable_noatomic()
Ville Syrjälä
1
-2
/
+4
2022-02-09
drm/i915: Extract hsw_ips_get_config()
Ville Syrjälä
3
-13
/
+22
2022-02-09
drm/i915: Move the IPS code to its own file
Ville Syrjälä
6
-239
/
+279
2022-02-09
drm/i915: Hoover the IPS enable/disable calls into the pre/post update hooks
Ville Syrjälä
2
-14
/
+34
2022-02-09
drm/i915: Change IPS calling convention
Ville Syrjälä
1
-16
/
+22
2022-02-09
drm/i915: Move vblank waits out from IPS code
Ville Syrjälä
2
-8
/
+13
2022-02-09
drm/amdkfd: use unmap all queues for poison consumption
Tao Zhou
1
-2
/
+1
2022-02-09
drm/amdkfd: rename kfd_process_vm_fault to kfd_dqm_evict_pasid
Tao Zhou
4
-4
/
+4
2022-02-09
drm/amdgpu: Revert 'drm/amdgpu: annotate a false positive recursive locking'
Andrey Grodzovsky
2
-10
/
+4
2022-02-09
drm/amdgpu: Rework amdgpu_device_lock_adev
Andrey Grodzovsky
3
-17
/
+43
2022-02-09
drm/amdgpu: Move in_gpu_reset into reset_domain
Andrey Grodzovsky
6
-12
/
+15
2022-02-09
drm/amdgpu: Move reset sem into reset_domain
Andrey Grodzovsky
10
-37
/
+46
2022-02-09
drm/amdgpu: Rework reset domain to be refcounted.
Andrey Grodzovsky
9
-34
/
+140
2022-02-09
drm/amdgpu: Drop concurrent GPU reset protection for device
Andrey Grodzovsky
1
-82
/
+7
2022-02-09
drm/amdgpu: Drop hive->in_reset
Andrey Grodzovsky
3
-20
/
+1
2022-02-09
drm/amd/virt: For SRIOV send GPU reset directly to TDR queue.
Andrey Grodzovsky
3
-9
/
+18
2022-02-09
drm/amdgpu: Serialize non TDR gpu recovery with TDRs
Andrey Grodzovsky
3
-2
/
+35
2022-02-09
drm/amdgpu: Move scheduler init to after XGMI is ready
Andrey Grodzovsky
4
-43
/
+56
2022-02-09
drm/amdgpu: Introduce reset domain
Andrey Grodzovsky
4
-1
/
+35
2022-02-09
drm/mediatek: mtk_dsi: Avoid EPROBE_DEFER loop with external bridge
AngeloGioacchino Del Regno
1
-83
/
+84
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
27
-75
/
+27
2022-02-09
drm/i915/pm: hide struct drm_i915_clock_gating_funcs
Jani Nikula
2
-5
/
+5
2022-02-09
drm/i915/dpll: hide struct intel_dpll_funcs
Jani Nikula
2
-4
/
+5
2022-02-09
drm/i915/dpll: add intel_dpll_crtc_compute_clock()
Jani Nikula
3
-1
/
+10
2022-02-09
drm/i915/fdi: hide struct intel_fdi_funcs
Jani Nikula
2
-5
/
+6
2022-02-09
drm/i915/hpd: hide struct intel_hotplug_funcs
Jani Nikula
4
-10
/
+13
2022-02-09
drm/i915/color: hide struct intel_color_funcs
Jani Nikula
2
-19
/
+20
2022-02-09
drm/i915: group i915_drv.h forward declarations together
Jani Nikula
1
-25
/
+19
2022-02-08
drm/i915/guc: Use a single pass to calculate regset
Lucas De Marchi
2
-45
/
+90
2022-02-08
drm/i915/guc: Prepare for error propagation
Lucas De Marchi
1
-13
/
+18
2022-02-08
drm/nouveau/backlight: Just set all backlight types as RAW
Lyude Paul
1
-2
/
+1
2022-02-08
drm/nouveau/backlight: Fix LVDS backlight detection on some laptops
Lyude Paul
1
-1
/
+2
2022-02-08
nouveau/svm: Use struct_size() helper in nouveau_pfns_map()
Gustavo A. R. Silva
1
-2
/
+2
2022-02-08
drm/rockchip: vop: Correct RK3399 VOP register fields
Brian Norris
1
-3
/
+5
2022-02-08
drm/rockchip: dw_hdmi: Do not leave clock enabled in error case
Sascha Hauer
1
-7
/
+7
[prev]
[next]