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-12-15
drm/i915: Use kmap_local_page() in i915_cmd_parser.c
Zhao Liu
1
-2
/
+2
2023-12-15
drm/i915: Use memcpy_from_page() in gt/uc/intel_uc_fw.c
Zhao Liu
1
-4
/
+1
2023-12-15
drm/i915: Use kmap_local_page() in gem/selftests/i915_gem_context.c
Zhao Liu
1
-4
/
+4
2023-12-15
drm/i915: Use kmap_local_page() in gem/selftests/i915_gem_coherency.c
Zhao Liu
1
-8
/
+4
2023-12-15
drm/i915: Use kmap_local_page() in gem/selftests/huge_pages.c
Zhao Liu
1
-3
/
+3
2023-12-15
drm/i915: Use kmap_local_page() in gem/i915_gem_shmem.c
Zhao Liu
1
-2
/
+4
2023-12-15
drm/i915: Use memcpy_[from/to]_page() in gem/i915_gem_pyhs.c
Zhao Liu
1
-8
/
+2
2023-12-15
drm/i915: Use kmap_local_page() in gem/i915_gem_object.c
Zhao Liu
1
-5
/
+3
2023-12-15
drm/i915/mtl: Fix HDMI/DP PLL clock selection
Imre Deak
1
-1
/
+2
2023-12-15
drm/nouveau/kms/nv50-: Don't allow inheritance of headless iors
Lyude Paul
1
-1
/
+1
2023-12-15
drm/nouveau: Fixup gk20a instobj hierarchy
Thierry Reding
1
-9
/
+9
2023-12-15
Merge tag 'drm-misc-fixes-2023-12-14' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
4
-7
/
+8
2023-12-15
Merge tag 'amd-drm-fixes-6.7-2023-12-13' of https://gitlab.freedesktop.org/ag...
Dave Airlie
16
-34
/
+84
2023-12-15
Merge tag 'drm-intel-fixes-2023-12-13' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
8
-24
/
+59
2023-12-14
drm/i915: Add Wa_14019877138
Haridhar Kalvala
2
-0
/
+6
2023-12-14
drm/amd/display: fix documentation for dm_crtc_additional_color_mgmt()
Melissa Wen
1
-1
/
+1
2023-12-14
drm/amd/display: fix documentation for amdgpu_dm_verify_lut3d_size()
Alex Deucher
1
-1
/
+1
2023-12-14
drm/amd/pm: fix a double-free in amdgpu_parse_extended_power_table
Zhipeng Lu
1
-39
/
+13
2023-12-14
gpu/drm/radeon: fix two memleaks in radeon_vm_init
Zhipeng Lu
1
-2
/
+6
2023-12-14
drivers/amd/pm: fix a use-after-free in kv_parse_power_table
Zhipeng Lu
1
-3
/
+1
2023-12-14
drm/amd/pm: fix a double-free in si_dpm_init
Zhipeng Lu
1
-3
/
+2
2023-12-14
drm/amd/pm: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2023-12-14
drm/amdgpu/debugfs: fix error code when smc register accessors are NULL
Alex Deucher
1
-2
/
+2
2023-12-14
drm/amd/display: Add 3x4 CTM support for plane CTM
Joshua Ashton
2
-4
/
+26
2023-12-14
drm/amd/display: add plane CTM support
Melissa Wen
2
-0
/
+27
2023-12-14
drm/amd/pm: add power save mode workload for smu 13.0.10
Kenneth Feng
1
-10
/
+13
2023-12-14
drm/amdgpu/vpe: enable vpe dpm
Peyton Lee
3
-0
/
+276
2023-12-14
drm/amd/display: add plane CTM driver-specific property
Melissa Wen
4
-0
/
+37
2023-12-14
drm/amd/display: copy 3D LUT settings from crtc state to stream_update
Joshua Ashton
1
-0
/
+4
2023-12-14
drm/amd/pm: support return vpe clock table
Peyton Lee
4
-0
/
+33
2023-12-14
drm/amdgpu: fix ftrace event amdgpu_bo_move always move on same heap
Wang, Beyond
3
-17
/
+5
2023-12-14
drm/amd/display: allow newer DC hardware to use degamma ROM for PQ/HLG
Joshua Ashton
1
-11
/
+18
2023-12-14
drm/amd/display: add plane blend LUT and TF support
Joshua Ashton
2
-4
/
+53
2023-12-14
drm/amd/display: handle empty LUTs in __set_input_tf
Joshua Ashton
1
-8
/
+12
2023-12-14
drm/amd/display: add plane 3D LUT support
Melissa Wen
2
-4
/
+99
2023-12-14
drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths ...
Christophe JAILLET
1
-4
/
+12
2023-12-14
drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc...
Christophe JAILLET
1
-1
/
+3
2023-12-14
drm/tegra: rgb: Fix some error handling paths in tegra_dc_rgb_probe()
Christophe JAILLET
1
-5
/
+11
2023-12-14
drm/tegra: hdmi: Fix some error handling paths in tegra_hdmi_probe()
Christophe JAILLET
1
-7
/
+13
2023-12-14
drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path o...
Christophe JAILLET
1
-0
/
+1
2023-12-14
drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()
Christophe JAILLET
1
-19
/
+35
2023-12-14
drm/tegra: dpaux: Fix PM disable depth imbalance in tegra_dpaux_probe
Zhang Shurong
1
-4
/
+10
2023-12-14
drm/tegra: include drm/drm_edid.h only where needed
Jani Nikula
3
-1
/
+3
2023-12-14
drm/tegra: dsi: Add missing check for of_find_device_by_node
Chen Ni
1
-1
/
+3
2023-12-14
drm/mediatek: Fix underrun in VDO1 when switches off the layer
Hsiao Chien Sung
1
-1
/
+1
2023-12-14
drm/mediatek: Remove the redundant driver data for DPI
Hsiao Chien Sung
1
-15
/
+1
2023-12-14
drm/mediatek: Return error if MDP RDMA failed to enable the clock
Hsiao Chien Sung
1
-2
/
+1
2023-12-14
drm/mediatek: Support MT8188 Padding in display driver
Hsiao Chien Sung
5
-2
/
+168
2023-12-14
drm/mediatek: Refine device table of OVL adaptor
Hsiao Chien Sung
1
-11
/
+4
2023-12-14
drm/mediatek: Sort OVL adaptor components
Hsiao Chien Sung
1
-7
/
+7
[prev]
[next]