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
/
i915
/
display
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-12
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
3
-3
/
+86
2021-10-12
drm/i915/display: move pin/unpin fb/plane code to a new file.
Dave Airlie
7
-267
/
+305
2021-10-12
drm/i915/display: refactor initial plane config to a separate file
Dave Airlie
4
-276
/
+301
2021-10-12
drm/i915/display: refactor out initial plane config for crtcs
Dave Airlie
1
-19
/
+25
2021-10-12
drm/i915/display: let intel_plane_uses_fence be used from other places.
Dave Airlie
2
-1
/
+2
2021-10-12
drm/i915/display: move plane prepare/cleanup to intel_atomic_plane.c
Dave Airlie
3
-212
/
+208
2021-10-12
drm/i915/dg2: update link training for 128b/132b
Jani Nikula
2
-36
/
+133
2021-10-12
drm/i915/dp: abstract intel_dp_lane_max_vswing_reached()
Jani Nikula
1
-17
/
+25
2021-10-11
Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...
Dave Airlie
3
-3
/
+86
2021-10-08
drm/i915/mst: abstract intel_dp_mst_source_support()
Jani Nikula
5
-13
/
+22
2021-10-08
drm/i915/dp: take LTTPR into account in 128b/132b rates
Jani Nikula
1
-0
/
+18
2021-10-07
drm/i915/dg2: fix snps buf trans for uhbr
Jani Nikula
1
-1
/
+3
2021-10-07
drm/i915: Free the returned object of acpi_evaluate_dsm()
Zenghui Yu
1
-2
/
+5
2021-10-06
drm/i915: Call intel_dp_dump_link_status() for CR failures
Ville Syrjälä
1
-2
/
+4
2021-10-06
drm/i915: Pimp link training debug prints
Ville Syrjälä
1
-61
/
+108
2021-10-06
drm/i915: Print the DP vswing adjustment request
Ville Syrjälä
1
-0
/
+27
2021-10-06
drm/i915: Show LTTPR in the TPS debug print
Ville Syrjälä
3
-5
/
+9
2021-10-06
drm/i915: Tweak the DP "max vswing reached?" condition
Ville Syrjälä
1
-3
/
+19
2021-10-05
drm/i915/tc: Delete bogus NULL check in intel_ddi_encoder_destroy()
Dan Carpenter
1
-2
/
+1
2021-10-04
drm/i195: Make the async flip VT-d workaround dynamic
Ville Syrjälä
1
-0
/
+35
2021-10-04
drm/i915/pxp: black pixels on pxp disabled
Anshuman Gupta
3
-3
/
+48
2021-10-04
drm/i915/pxp: Add plane decryption support
Anshuman Gupta
3
-3
/
+41
2021-10-04
drm/i915: Allow per-lane drive settings with LTTPRs
Ville Syrjälä
1
-1
/
+1
2021-10-04
drm/i915: Prepare link training for per-lane drive settings
Ville Syrjälä
1
-18
/
+60
2021-10-04
drm/i915: Pass the lane to intel_ddi_level()
Ville Syrjälä
4
-12
/
+14
2021-10-04
drm/i915: Nuke intel_ddi_hdmi_num_entries()
Ville Syrjälä
3
-36
/
+5
2021-10-04
drm/i915: Hoover the level>=n_entries WARN into intel_ddi_level()
Ville Syrjälä
3
-16
/
+15
2021-10-04
drm/i915: De-wrapper bxt_ddi_phy_set_signal_levels()
Ville Syrjälä
3
-35
/
+24
2021-10-04
drm/i915: Nuke useless .set_signal_levels() wrappers
Ville Syrjälä
4
-98
/
+39
2021-10-04
drm/i915: Generalize .set_signal_levels()
Ville Syrjälä
4
-76
/
+71
2021-10-04
drm/i915: Introduce has_buf_trans_select()
Ville Syrjälä
1
-2
/
+9
2021-10-04
drm/i915: Introduce has_iboost()
Ville Syrjälä
1
-4
/
+9
2021-10-04
drm/i915: Fix DP clock recovery "voltage_tries" handling
Ville Syrjälä
1
-5
/
+24
2021-10-01
drm/i915: Stop force enabling pipe bottom color gammma/csc
Ville Syrjälä
1
-7
/
+2
2021-10-01
drm/i915: Move WaPruneModeWithIncorrectHsyncOffset into intel_mode_valid()
Ville Syrjälä
1
-7
/
+8
2021-10-01
drm/i915: Adjust intel_crtc_compute_config() debug message
Ville Syrjälä
1
-1
/
+1
2021-10-01
drm/i915: Use standard form -EDEADLK check
Ville Syrjälä
1
-4
/
+3
2021-10-01
drm/i915/debugfs: pass intel_connector to intel_connector_debugfs_add()
Jani Nikula
3
-5
/
+6
2021-10-01
drm/i915/display: stop returning errors from debugfs registration
Jani Nikula
2
-18
/
+9
2021-10-01
drm/i915/debugfs: register LPSP capability on all platforms
Jani Nikula
1
-8
/
+5
2021-10-01
drm/i915/hdmi: convert intel_hdmi_to_dev to intel_hdmi_to_i915
Jani Nikula
1
-9
/
+7
2021-10-01
drm/i915/fdi: use -EAGAIN instead of local special return value
Jani Nikula
3
-8
/
+6
2021-10-01
drm/i915/hdmi: return -EINVAL instead of -1
Jani Nikula
1
-1
/
+1
2021-10-01
drm/i915/dsi: return -EBUSY instead of -1
Jani Nikula
1
-2
/
+1
2021-10-01
drm/i915/dsi: fuse dsi_send_pkt_payld() and add_payld_to_queue()
Jani Nikula
1
-28
/
+15
2021-10-01
drm/i915/dsi: pass struct mipi_dsi_packet pointer, not the entire struct
Jani Nikula
1
-12
/
+12
2021-10-01
drm/i915/dsi: move dsi pll modeset asserts to vlv_dsi_pll.c
Jani Nikula
5
-19
/
+27
2021-10-01
drm/i915/dpll: move dpll modeset asserts to intel_dpll.c
Jani Nikula
7
-19
/
+29
2021-10-01
drm/i915/pps: move pps (panel) modeset asserts to intel_pps.c
Jani Nikula
5
-66
/
+71
2021-10-01
drm/i915/fdi: move fdi modeset asserts to intel_fdi.c
Jani Nikula
5
-76
/
+102
[next]