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
2022-11-04
drm/msm/dsi: drop modeset sanity checks
Johan Hovold
1
-6
/
+1
2022-11-04
drm/msm/dpu1: Account for DSC's bits_per_pixel having 4 fractional bits
Marijn Suijten
1
-9
/
+2
2022-11-04
drm/msm/dp: drop modeset sanity checks
Johan Hovold
1
-11
/
+1
2022-11-04
drm/i915/userptr: restore probe_range behaviour
Matthew Auld
1
-2
/
+3
2022-11-04
drm/ofdrm: Cast error pointers to void __iomem *
Thomas Zimmermann
1
-8
/
+8
2022-11-04
drm/ofdrm: Convert PCI IDs to CPU endianness for comparing
Thomas Zimmermann
1
-3
/
+8
2022-11-04
drm/msm/hdmi: move msm_hdmi_get_phy() to msm_hdmi_dev_probe()
Dmitry Baryshkov
1
-18
/
+22
2022-11-04
drm/msm/hdmi: don't take extra reference on PHY device
Dmitry Baryshkov
1
-1
/
+1
2022-11-04
drm/msm/hdmi: move resource allocation to probe function
Dmitry Baryshkov
1
-166
/
+138
2022-11-04
drm/ingenic: Fix missing platform_driver_unregister() call in ingenic_drm_init()
Yuan Can
1
-1
/
+5
2022-11-04
Merge drm/drm-next into drm-intel-gt-next
Joonas Lahtinen
510
-10486
/
+13637
2022-11-04
Merge tag 'drm-intel-gt-next-2022-11-03' of git://anongit.freedesktop.org/drm...
Dave Airlie
137
-2002
/
+6204
2022-11-04
Merge tag 'drm-misc-next-2022-11-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
60
-244
/
+257
2022-11-04
Merge tag 'drm-intel-fixes-2022-11-03' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
19
-139
/
+277
2022-11-04
Merge tag 'amd-drm-fixes-6.1-2022-11-02' of https://gitlab.freedesktop.org/ag...
Dave Airlie
22
-417
/
+464
2022-11-03
drm/i915: Use intel_crtc_needs_modeset() more
Ville Syrjälä
6
-11
/
+10
2022-11-03
drm/i915: Share {csc,gamma}_enable calculation for ilk/snb vs. ivb+
Ville Syrjälä
1
-17
/
+32
2022-11-03
drm/i915: Reject YCbCr output with degamma+gamma on pre-icl
Ville Syrjälä
1
-2
/
+16
2022-11-03
drm/i915: Reuse ilk_gamma_mode() on ivb+
Ville Syrjälä
1
-7
/
+3
2022-11-03
drm/i915: Pass limited_range explicitly to ilk_csc_convert_ctm()
Ville Syrjälä
1
-4
/
+4
2022-11-03
drm/i915: Deconfuse the ilk+ 12.4 LUT entry functions
Ville Syrjälä
1
-19
/
+19
2022-11-03
drm/i915: Split ivb_load_lut_ext_max() into two parts
Ville Syrjälä
1
-15
/
+14
2022-11-03
drm/i915: s/icl_load_gcmax/ivb_load_lut_max/
Ville Syrjälä
1
-3
/
+3
2022-11-03
drm/i915: s/dev_priv/i915/ in intel_color.c
Ville Syrjälä
1
-139
/
+139
2022-11-03
drm/i915: Use _MMIO_PIPE() for SKL_BOTTOM_COLOR
Ville Syrjälä
1
-1
/
+2
2022-11-03
drm/i915: Use sizeof(variable) instead sizeof(type)
Ville Syrjälä
1
-8
/
+8
2022-11-03
drm/i915/irq: make gen2_irq_init()/gen2_irq_reset() static
Jani Nikula
2
-14
/
+5
2022-11-03
drm/i915/display: reduce includes in g4x_dp.h includes
Jani Nikula
1
-1
/
+1
2022-11-03
drm/i915/display: reduce includes in intel_hdmi.h
Jani Nikula
1
-4
/
+4
2022-11-03
drm/i915/display: reduce the includes in intel_dvo_dev.h
Jani Nikula
1
-4
/
+4
2022-11-03
drm/i915: reduce includes in intel_display_power.h
Jani Nikula
1
-1
/
+2
2022-11-03
drm/i915/dpio: move dpio_channel and dpio_phy enums to intel_dpio_phy.h
Jani Nikula
8
-14
/
+19
2022-11-03
drm/i915/dpio: un-inline the vlv phy/channel mapping functions
Jani Nikula
6
-45
/
+51
2022-11-03
drm/i915: un-inline icl_hdr_plane_mask() to simplify includes
Jani Nikula
3
-8
/
+7
2022-11-03
drm/i915: reduce includes in intel_fifo_underrun.h
Jani Nikula
1
-2
/
+1
2022-11-03
drm/i915: reduce includes in intel_connector.h
Jani Nikula
1
-1
/
+1
2022-11-03
drm/i915/gmbus: move GPIO enum to gmbus
Jani Nikula
2
-19
/
+19
2022-11-03
drm/i915/psr: Remove inappropriate DSC slice alignment warning
Jouni Högander
1
-3
/
+0
2022-11-03
drm/i915/psr: Ensure panel granularity aligns with DSC slice height
Jouni Högander
1
-0
/
+5
2022-11-03
drm/scheduler: rename dependency callback into prepare_job
Christian König
2
-4
/
+4
2022-11-03
drm/scheduler: rework entity flush, kill and fini
Christian König
1
-105
/
+91
2022-11-03
drm/scheduler: remove drm_sched_dependency_optimized
Christian König
1
-26
/
+0
2022-11-03
drm/amdgpu: use scheduler dependencies for CS
Christian König
4
-20
/
+13
2022-11-03
drm/amdgpu: use scheduler dependencies for UVD msgs
Christian König
1
-3
/
+3
2022-11-03
drm/amdgpu: use scheduler dependencies for VM updates
Christian König
3
-16
/
+52
2022-11-03
drm/amdgpu: move explicit sync check into the CS
Christian König
4
-12
/
+17
2022-11-03
drm/amdgpu: cleanup scheduler job initialization v2
Christian König
14
-150
/
+135
2022-11-03
drm/amdgpu: drop amdgpu_sync from amdgpu_vmid_grab v2
Christian König
3
-28
/
+28
2022-11-03
drm/amdgpu: drop the fence argument from amdgpu_vmid_grab
Christian König
3
-17
/
+10
2022-11-03
drm/amdgpu: use drm_sched_job_add_resv_dependencies for moves
Christian König
1
-11
/
+5
[prev]
[next]