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
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-28
drm/amdgpu: add function to decode ip version
Likun Gao
3
-0
/
+38
2022-04-28
drm/amdgpu: increase HWIP MAX INSTANCE
Likun Gao
1
-1
/
+1
2022-04-28
drm/amdgpu: do not use passthrough mode in Xen dom0
Marek Marczykowski-Górecki
1
-1
/
+3
2022-04-28
drm/amd/pm: fix the compile warning
Evan Quan
1
-13
/
+1
2022-04-28
drm/amdkfd: Fix circular lock dependency warning
Mukul Joshi
5
-11
/
+8
2022-04-28
drm/amdkfd: Fix updating IO links during device removal
Mukul Joshi
1
-5
/
+5
2022-04-28
drm/amdkfd: Use non-atomic bitmap functions when possible
Christophe JAILLET
1
-11
/
+5
2022-04-28
drm/amdkfd: Use bitmap_zalloc() when applicable
Christophe JAILLET
1
-9
/
+3
2022-04-28
drm/amd/display: protect remaining FPU-code calls on dcn3.1.x
Melissa Wen
4
-6
/
+36
2022-04-28
i915/gvt: Fix NULL pointer dereference in init_mmio_block_handlers
Wan Jiabing
1
-1
/
+1
2022-04-28
drm/i915/gvt: Fix the compiling error when CONFIG_DRM_I915_DEBUG_RUNTIME_PM=n
Zhi Wang
1
-0
/
+2
2022-04-28
drm/i915/gvt: Make intel_gvt_match_device() static
Zhi Wang
1
-1
/
+1
2022-04-28
drm/i915/pmu: Use existing uncore helper to read gpm_timestamp
Umesh Nerlige Ramappa
1
-15
/
+2
2022-04-28
drm/dp_mst: Lower down debug info level when receive NAK
Wayne Lin
1
-3
/
+2
2022-04-28
drm/plane: Move range check for format_count earlier
Steven Price
1
-7
/
+7
2022-04-28
malidp: Fix NULL vs IS_ERR() checking
Miaoqian Lin
1
-1
/
+1
2022-04-28
Merge tag 'drm-intel-gt-next-2022-04-27' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
131
-2256
/
+7457
2022-04-27
drm/i915/dg2: Define GuC firmware version for DG2
John Harrison
1
-0
/
+1
2022-04-28
Merge tag 'amd-drm-next-5.19-2022-04-22' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
25
-477
/
+873
2022-04-28
Merge tag 'amd-drm-next-5.19-2022-04-15' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
183
-4066
/
+4354
2022-04-27
drm/i915: Add first set of DG2 PCI IDs
Matt Roper
2
-1
/
+22
2022-04-27
drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspend
Prike Liang
1
-0
/
+10
2022-04-27
drm/amd/pm: fix the deadlock issue observed on SI
Evan Quan
4
-55
/
+39
2022-04-27
drm/amd/display: Fix memory leak in dcn21_clock_source_create
Miaoqian Lin
1
-0
/
+1
2022-04-27
drm/amdgpu: don't runtime suspend if there are displays attached (v3)
Alex Deucher
1
-35
/
+70
2022-04-27
drm/amdkfd: CRIU add support for GWS queues
David Yat Sin
2
-4
/
+8
2022-04-27
drm/amdkfd: Fix GWS queue count
David Yat Sin
1
-46
/
+37
2022-04-27
drm/msm/dp: remove fail safe mode related code
Kuogee Hsieh
3
-18
/
+0
2022-04-27
drm/msm: change msm_sched_ops from global to static
Tom Rix
1
-1
/
+1
2022-04-27
drm/msm: remove unused hotplug and edid macros from msm_drv.h
Abhinav Kumar
1
-4
/
+0
2022-04-27
drm/i915/dp: Add workaround for spurious AUX timeouts/hotplugs on LTTPR links
Imre Deak
1
-16
/
+17
2022-04-27
drm/format-helper: Add RGB565-to-XRGB8888 conversion
Thomas Zimmermann
1
-0
/
+46
2022-04-27
drm/format-helper: Add RGB888-to-XRGB8888 conversion
Thomas Zimmermann
1
-0
/
+46
2022-04-27
drm/format-helper: Print warning on missing format conversion
Thomas Zimmermann
1
-0
/
+3
2022-04-26
drm/sched: use __string in tracepoints
Chia-I Wu
1
-6
/
+6
2022-04-26
drm/sched: use DECLARE_EVENT_CLASS
Chia-I Wu
1
-24
/
+7
2022-04-26
drm/nouveau/devinit/nva3-: fix returnvar.cocci warning
Guo Zhengkui
1
-2
/
+1
2022-04-26
drm/nouveau/disp/gv100: make gv100_disp_wndw and gv100_disp_wndw_mthd static
Tom Rix
1
-2
/
+2
2022-04-26
drm/nouveau/disp/gv100: make gv100_disp_wimm static
Tom Rix
1
-1
/
+1
2022-04-26
drm/nouveau/kms/gv100: use static for gv100_disp_core_mthd_[base|sor]
Tom Rix
1
-2
/
+2
2022-04-26
drm/amd: Fix spelling typo in comment
oushixiong
1
-1
/
+1
2022-04-26
drm/amdgpu: fix typo
Rongguang Wei
1
-1
/
+1
2022-04-26
drm/amdgpu: debugfs: fix NULL dereference in ta_if_invoke_debugfs_write()
Dan Carpenter
1
-1
/
+1
2022-04-26
drm/amdgpu: debugfs: fix error codes in write functions
Dan Carpenter
1
-6
/
+14
2022-04-26
gpu/drm/radeon: Fix typo in comments
Zhenneng Li
1
-3
/
+3
2022-04-26
drm/amd: add dc feature mask flags for PSR allow smu and multi-display optimizations
David Zhang
1
-0
/
+2
2022-04-26
drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspend
Prike Liang
1
-0
/
+10
2022-04-26
drm/amd/display: fix if == else warning
Guo Zhengkui
1
-2
/
+0
2022-04-26
drm/amdgpu/display: Make dcn31_set_low_power_state static
Alex Deucher
1
-1
/
+1
2022-04-26
drm/amdgpu: Fix out-of-bound access for gfx_v10_0_ring_test_ib()
Haohui Mai
1
-2
/
+1
[prev]
[next]