index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-13
drm/amdgpu: drop pm_sysfs_en flag from amdgpu_device structure
Guchun Chen
2
-7
/
+3
2023-03-13
drm/amdgpu: expose more memory stats in fdinfo
Marek Olšák
5
-28
/
+76
2023-03-13
drm/amd/display: Fix HDCP failing to enable after suspend
Bhawanpreet Lakha
1
-1
/
+1
2023-03-13
drm/amdkfd: fix potential kgd_mem UAFs
Chia-I Wu
1
-6
/
+10
2023-03-13
drm/amd/display: add sysfs entry to read PSR residency from firmware
Shirish S
1
-0
/
+20
2023-03-13
drm/amdgpu/vcn: custom video info caps for sriov
Jane Jian
3
-11
/
+99
2023-03-13
drm/amdkfd: Get prange->offset after svm_range_vram_node_new
Xiaogang Chen
1
-7
/
+9
2023-03-13
drm/amd/amdgpu: Add missing INT_STAT_DEBUG registers to GC 10.1 and 10.3 headers
Tom St Denis
4
-0
/
+116
2023-03-13
drm/amd/pm: Remove unavailable temperature params
Lijo Lazar
1
-43
/
+0
2023-03-13
drm/amd/display: Use swap() instead of open coding it
Jiapeng Chong
1
-6
/
+2
2023-03-13
drm/amd/pm: Fix sienna cichlid incorrect OD volage after resume
Błażej Szczygieł
1
-10
/
+33
2023-03-13
drm/amd/pm: bump SMU 13.0.4 driver_if header version
Tim Huang
2
-3
/
+3
2023-03-13
drm/amdkfd: fix a potential double free in pqm_create_queue
Chia-I Wu
1
-2
/
+2
2023-03-13
drm/virtio: Enable fb damage clips property for the primary plane
Javier Martinez Canillas
1
-0
/
+4
2023-03-13
drm/panel: Add driver for Novatek NT36523
Jianhua Lu
3
-0
/
+788
2023-03-13
drm/i915/mtl: Disable MC6 for MTL A step
Badal Nilawar
4
-48
/
+9
2023-03-13
drm/i915/active: Fix misuse of non-idle barriers as fence trackers
Janusz Krzysztofik
1
-11
/
+14
2023-03-13
drm/i915/sseu: fix max_subslices array-index-out-of-bounds access
Andrea Righi
1
-1
/
+1
2023-03-13
drm/i915/dg2: Add HDMI pixel clock frequencies 267.30 and 319.89 MHz
Ankit Nautiyal
1
-0
/
+62
2023-03-13
drm/i915/psr: Use calculated io and fast wake lines
Jouni Högander
2
-17
/
+63
2023-03-13
drm/i915: Fix audio ELD handling for DP MST
Ville Syrjälä
1
-9
/
+16
2023-03-13
drm/i915/hwmon: Enable PL1 power limit
Ashutosh Dixit
1
-0
/
+5
2023-03-13
drm/cirrus: Use VGA macro constants to unblank
Thomas Zimmermann
1
-1
/
+1
2023-03-13
drm/cirrus: Store HW format/pitch in primary-plane state
Thomas Zimmermann
1
-20
/
+31
2023-03-13
drm/cirrus: Introduce struct cirrus_primary_plane_state
Thomas Zimmermann
1
-1
/
+58
2023-03-13
drm/cirrus: Inline cirrus_check_size() into primary-plane atomic_check
Thomas Zimmermann
1
-16
/
+10
2023-03-13
drm/cirrus: Test mode against video-memory size in device-wide mode_valid
Thomas Zimmermann
1
-10
/
+13
2023-03-13
drm/cirrus: Remove size test from cirrus_fb_create()
Thomas Zimmermann
1
-10
/
+1
2023-03-13
drm/cirrus: Remove format test from cirrus_fb_create()
Thomas Zimmermann
1
-4
/
+0
2023-03-13
drm/cirrus: Inline cirrus_fb_blit_rect()
Thomas Zimmermann
1
-16
/
+6
2023-03-13
drm/cirrus: Enable damage clipping on primary plane
Thomas Zimmermann
1
-3
/
+7
2023-03-13
drm/cirrus: Convert to regular atomic helpers
Thomas Zimmermann
1
-64
/
+138
2023-03-13
drm/cirrus: Move primary-plane format arrays
Thomas Zimmermann
1
-14
/
+14
2023-03-13
drm/cirrus: Integrate connector into pipeline code
Thomas Zimmermann
1
-42
/
+38
2023-03-13
drm/cirrus: Split cirrus_mode_set() into smaller functions
Thomas Zimmermann
1
-25
/
+38
2023-03-13
drm/cirrus: Move drm_dev_{enter, exit}() into DRM helpers
Thomas Zimmermann
1
-18
/
+13
2023-03-13
drm/cirrus: Use drm_fb_blit() to update scanout buffer
Thomas Zimmermann
1
-14
/
+1
2023-03-13
drm/cirrus: Replace cpp value with format
Thomas Zimmermann
1
-24
/
+26
2023-03-13
drm/cirrus: Compute blit destination offset in single location
Thomas Zimmermann
1
-3
/
+1
2023-03-13
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
1215
-46225
/
+45382
2023-03-13
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
391
-7082
/
+11585
2023-03-13
drm/msm/dp: set self refresh aware based on PSR support
Vinod Polimera
1
-0
/
+2
2023-03-13
drm/msm/disp/dpu: update dpu_enc crtc state on crtc enable/disable during sel...
Vinod Polimera
1
-4
/
+25
2023-03-13
drm/msm/disp/dpu: add PSR support for eDP interface in dpu driver
Vinod Polimera
3
-2
/
+27
2023-03-13
drm/msm/disp/dpu: use atomic enable/disable callbacks for encoder functions
Vinod Polimera
1
-4
/
+6
2023-03-13
drm/msm/dp: use the eDP bridge ops to validate eDP modes
Vinod Polimera
2
-9
/
+33
2023-03-13
drm/msm/dp: Add basic PSR support for eDP
Vinod Polimera
11
-1
/
+411
2023-03-13
drm/msm/dp: use atomic callbacks for DP bridge ops
Vinod Polimera
3
-9
/
+15
2023-03-13
drm/msm/disp/dpu: reset the datapath after timing engine disable
Vinod Polimera
1
-0
/
+1
2023-03-13
drm/msm/disp/dpu: wait for extra vsync till timing engine status is disabled
Vinod Polimera
1
-0
/
+21
[prev]
[next]