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
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-07
drm/amd: Fix Kconfig indentation
Krzysztof Kozlowski
2
-18
/
+18
2019-10-07
drm/amdgpu: Report vram vendor with sysfs (v3)
Ori Messinger
6
-7
/
+65
2019-10-07
drm/amdkfd: Fix a && vs || typo
Dan Carpenter
1
-1
/
+1
2019-10-07
drm/amd/powerplay: Fix error handling in smu_init_fb_allocations()
Dan Carpenter
1
-3
/
+2
2019-10-07
drm/amd/powerplay: unlock on error in smu_resume()
Dan Carpenter
1
-1
/
+1
2019-10-07
drm/amd/display: Remove set but not used variables 'pp_smu', 'old_pipe'
zhengbin
1
-12
/
+0
2019-10-07
drm/amd/display: Remove set but not used variable 'pixel_width'
zhengbin
1
-7
/
+0
2019-10-07
drm/amd/display: Remove set but not used variables 'h_ratio_chroma', 'v_ratio...
zhengbin
1
-4
/
+0
2019-10-07
drm/amd/display: Remove set but not used variable 'source_bpp'
zhengbin
1
-3
/
+0
2019-10-07
drm/amd/display: Make function wait_for_alt_mode static
zhengbin
1
-1
/
+1
2019-10-07
drm/amdkfd: add missing void argument to function kgd2kfd_init
Colin Ian King
1
-1
/
+1
2019-10-07
drm/amdgpu: remove duplicated include from mmhub_v1_0.c
YueHaibing
1
-1
/
+0
2019-10-07
drm/amdgpu: move amdgpu_device_get_job_timeout_settings
Alex Deucher
3
-68
/
+67
2019-10-07
drm/amd/display: remove set but not used variable 'core_freesync'
YueHaibing
1
-4
/
+0
2019-10-07
drm/amd/display: Fix typo in some comments
Christophe JAILLET
1
-2
/
+2
2019-10-07
drm/amdkfd: Print more sdma engine hqds in debug fs
Oak Zeng
1
-1
/
+2
2019-10-07
drm/amdkfd: Fix MQD size calculation
Oak Zeng
1
-1
/
+2
2019-10-07
drm/amdgpu: Fix error handling in amdgpu_ras_recovery_init
Felix Kuehling
1
-1
/
+1
2019-10-07
drm/tilcdc: plane: Make structure tilcdc_plane_funcs constant
Nishka Dasgupta
1
-1
/
+1
2019-10-07
drm/i915: Mark contents as dirty on a write fault
Chris Wilson
1
-1
/
+5
2019-10-07
drm/i915: Prevent bonded requests from overtaking each other on preemption
Chris Wilson
1
-8
/
+12
2019-10-07
drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled
Ville Syrjälä
1
-1
/
+14
2019-10-07
drm/i915: Verify the engine after acquiring the active.lock
Chris Wilson
1
-3
/
+22
2019-10-07
drm/i915: Extend Haswell GT1 PSMI workaround to all
Chris Wilson
1
-1
/
+1
2019-10-07
drm/i915: Don't mix srcu tag and negative error codes
Chris Wilson
3
-10
/
+6
2019-10-07
drm/i915: Whitelist COMMON_SLICE_CHICKEN2
Kenneth Graunke
1
-0
/
+3
2019-10-07
drm/i915: Perform GGTT restore much earlier during resume
Chris Wilson
3
-3
/
+11
2019-10-07
drm/i915/execlists: Remove incorrect BUG_ON for schedule-out
Chris Wilson
1
-1
/
+0
2019-10-07
drm/i915/vbt: Child device size remains unchanged through VBT 229
Matt Roper
1
-1
/
+1
2019-10-07
drm/i915/perf: move perf types to their own header
Lionel Landwerlin
3
-299
/
+330
2019-10-07
drm/i915/gt: Restore dropped 'interruptible' flag
Chris Wilson
1
-1
/
+1
2019-10-07
drm/bridge: dw-hdmi: Refuse DDC/CI transfers on the internal I2C controller
Matthias Kaehlcke
1
-0
/
+10
2019-10-07
drm/i915: Update DRIVER_DATE to 20191007
Joonas Lahtinen
1
-2
/
+2
2019-10-07
drm/sun4i: sun6i_mipi_dsi: fix DCS long write packet length
Icenowy Zheng
1
-2
/
+2
2019-10-07
drm/sun4i: dsi: fix the overhead of the horizontal front porch
Icenowy Zheng
1
-4
/
+5
2019-10-07
cec: add cec_adapter to cec_notifier_cec_adap_unregister()
Hans Verkuil
2
-4
/
+4
2019-10-07
drm/mediatek: add dphy reset after setting lanes number
Jitao Shi
1
-0
/
+9
2019-10-07
drm/mediatek: adjust dsi and mipi_tx probe sequence
Jitao Shi
1
-1
/
+1
2019-10-07
drm/mediatek: change the dsi phytiming calculate method
Jitao Shi
1
-37
/
+81
2019-10-07
drm/mediatek: add mt8183 dsi driver support
Jitao Shi
1
-0
/
+8
2019-10-07
drm/mediatek: add frame size control
Jitao Shi
1
-0
/
+6
2019-10-07
drm/mediatek: add dsi reg commit disable control
Jitao Shi
1
-0
/
+10
2019-10-07
drm/mediatek: replace writeb() with mtk_dsi_mask()
Jitao Shi
1
-1
/
+3
2019-10-07
drm/mediatek: fixes CMDQ reg address of mt8173 is different with mt2701
Jitao Shi
1
-5
/
+22
2019-10-07
drm/mediatek: move mipi_dsi_host_register to probe
Jitao Shi
1
-22
/
+31
2019-10-07
drm/mediatek: add mipi_tx driver for mt8183
Jitao Shi
4
-0
/
+153
2019-10-07
drm/mediatek: separate mipi_tx to different file
Jitao Shi
4
-315
/
+358
2019-10-06
drm/i915: move gmbus setup down to intel_modeset_init()
Jani Nikula
2
-4
/
+2
2019-10-06
drm/i915: split out i915_switcheroo.[ch] from i915_drv.c
Jani Nikula
5
-56
/
+92
2019-10-06
drm/i915/vga: rename intel_vga_msr_write() to intel_vga_reset_io_mem()
Jani Nikula
3
-3
/
+3
[prev]
[next]