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-04-28
drm/amdgpu: update gc info from bios table
Hawking Zhang
1
-36
/
+53
2022-04-28
drm/amdgpu: add atom_gfx_info_v3_0 structure
Hawking Zhang
1
-0
/
+33
2022-04-28
drm/amdgpu: support query vram_info v3_0
Hawking Zhang
1
-80
/
+110
2022-04-28
drm/amdgpu: add vram_info v3_0 structure
Hawking Zhang
1
-0
/
+45
2022-04-28
drm/amdgpu: switch to atomfirmware_asic_init
Hawking Zhang
1
-1
/
+4
2022-04-28
drm/amdgpu: add helper to execute atomfirmware asic_init
Hawking Zhang
2
-0
/
+65
2022-04-28
drm/amdgpu/discovery: move all table parsing into amdgpu_discovery.c
Alex Deucher
4
-38
/
+14
2022-04-28
drm/amdgpu/discovery: add a function to parse the vcn info table
Alex Deucher
3
-0
/
+55
2022-04-28
drm/amdgpu/discovery: add additional validation
Alex Deucher
1
-26
/
+126
2022-04-28
drm/amdgpu/discovery: add a function to get the mall_size
Alex Deucher
2
-0
/
+47
2022-04-28
drm/amdgpu/discovery: handle UMC harvesting in IP discovery
Alex Deucher
1
-2
/
+12
2022-04-28
drm/amdgpu/discovery: store the number of UMC IPs on the asic
Alex Deucher
2
-0
/
+11
2022-04-28
drm/amdgpu: store the mall size in the gmc structure
Alex Deucher
2
-0
/
+21
2022-04-28
drm/amdgpu/discovery: fix byteswapping in gc info parsing
Alex Deucher
1
-3
/
+3
2022-04-28
drm/amdgpu: disable runtime pm on several sienna cichlid cards(v2)
Guchun Chen
1
-0
/
+14
2022-04-28
drm/amdgpu/discovery: populate additional GC info
Alex Deucher
2
-0
/
+28
2022-04-28
drm/amdgpu: update latest IP discovery table structures
Alex Deucher
1
-3
/
+111
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
-4072
/
+4360
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
[prev]
[next]