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
/
intel_fdi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-06
drm/i915: Replace to_bpp_int() with fxp_q4_to_int()
Imre Deak
1
-1
/
+1
2024-08-06
drm/i915: Replace to_bpp_x16() with fxp_q4_from_int()
Imre Deak
1
-1
/
+3
2024-06-07
drm/i915: pass dev_priv explicitly to TRANS_DDI_FUNC_CTL
Jani Nikula
1
-1
/
+2
2024-06-07
drm/i915: pass dev_priv explicitly to PIPE_DATA_M1
Jani Nikula
1
-3
/
+3
2024-06-07
drm/i915: pass dev_priv explicitly to TRANSCONF
Jani Nikula
1
-3
/
+3
2023-11-14
drm/i915/display: Consider fractional vdsc bpp while computing m_n values
Ankit Nautiyal
1
-1
/
+2
2023-11-08
drm/i915/dp: Pass actual BW overhead to m_n calculation
Imre Deak
1
-1
/
+4
2023-09-28
drm/i915/fdi: Recompute state for affected CRTCs on FDI links
Imre Deak
1
-0
/
+47
2023-09-28
drm/i915/fdi: Improve FDI BW sharing between pipe B and C
Imre Deak
1
-18
/
+95
2023-09-13
drm/i915: Split some long lines in hsw_fdi_link_train()
Ville Syrjälä
1
-2
/
+7
2023-05-15
drm/i915/display: add i915 parameter to I915_STATE_WARN()
Jani Nikula
1
-4
/
+5
2023-03-30
drm/i915/fdi: split out FDI regs to a separate file
Jani Nikula
1
-0
/
+1
2023-03-15
drm/i915: Don't switch to TPS1 when disabling DP_TP_CTL
Ville Syrjälä
1
-3
/
+1
2023-02-17
drm/i915: s/PIPECONF/TRANSCONF/
Ville Syrjälä
1
-4
/
+4
2023-02-16
drm/i915/display/interfaces: use intel_de_rmw if possible
Andrzej Hajda
1
-2
/
+1
2023-01-30
drm/i915/display/fdi: use intel_de_rmw if possible
Andrzej Hajda
1
-104
/
+44
2022-11-11
drm/i915: stop including i915_irq.h from i915_trace.h
Jani Nikula
1
-0
/
+1
2022-09-08
drm/i915: Use a fixed N value always
Ville Syrjälä
1
-1
/
+1
2022-08-31
drm/i915: move and group fdi members under display.fdi
Jani Nikula
1
-5
/
+5
2022-08-29
drm/i915: move fdi_funcs to display.funcs
Jani Nikula
1
-4
/
+4
2022-03-02
drm/i915: Use str_on_off()
Lucas De Marchi
1
-3
/
+5
2022-02-09
drm/i915/fdi: hide struct intel_fdi_funcs
Jani Nikula
1
-0
/
+5
2021-12-09
drm/i915/trace: split out display trace to a separate file
Jani Nikula
1
-0
/
+1
2021-12-02
drm/i915/crtc: rename intel_get_crtc_for_pipe() to intel_crtc_for_pipe()
Jani Nikula
1
-2
/
+2
2021-10-19
drm/i915: Move intel_ddi_fdi_post_disable() to fdi code
Ville Syrjälä
1
-0
/
+37
2021-10-19
drm/i915: Move PCH refclock stuff into its own file
Ville Syrjälä
1
-99
/
+0
2021-10-14
drm/i915: rename intel_sideband.[ch] to intel_sbi.[ch]
Jani Nikula
1
-1
/
+1
2021-10-01
drm/i915/fdi: use -EAGAIN instead of local special return value
Jani Nikula
1
-1
/
+1
2021-10-01
drm/i915/fdi: move fdi modeset asserts to intel_fdi.c
Jani Nikula
1
-0
/
+91
2021-09-29
drm/i915: constify fdi link training vtable
Dave Airlie
1
-4
/
+16
2021-09-29
drm/i915: split fdi link training from display vtable.
Dave Airlie
1
-4
/
+4
2021-09-29
drm/i915/display: add intel_fdi_link_train wrapper.
Dave Airlie
1
-0
/
+8
2021-09-15
drm/i915: s/pipe/transcoder/ when dealing with PIPECONF/TRANSCONF
Ville Syrjälä
1
-1
/
+1
2021-08-27
drm/i915/fdi: convert BUG()'s to MISSING_CASE()
Jani Nikula
1
-2
/
+3
2021-08-27
drm/i915/fdi: move fdi mphy reset and programming to intel_fdi.c
Jani Nikula
1
-0
/
+100
2021-08-27
drm/i915/fdi: move more FDI stuff to FDI link train hooks
Jani Nikula
1
-1
/
+24
2021-08-27
drm/i915/fdi: move fdi bc bifurcation functions to intel_fdi.c
Jani Nikula
1
-0
/
+49
2021-08-27
drm/i915/fdi: move intel_update_fdi_pll_freq to intel_fdi.c
Jani Nikula
1
-0
/
+16
2021-08-24
drm/i915/fdi: make intel_fdi_link_freq() return int
Jani Nikula
1
-1
/
+1
2021-08-20
drm/i915/fdi: move intel_fdi_link_freq() to intel_fdi.[ch]
Jani Nikula
1
-0
/
+9
2021-06-24
drm/i915: s/intel_crtc/crtc/
Ville Syrjälä
1
-10
/
+10
2021-06-23
drm/i915: Introduce encoder->get_buf_trans()
Ville Syrjälä
1
-2
/
+1
2021-06-23
drm/i915: Introduce hsw_get_buf_trans()
Ville Syrjälä
1
-1
/
+1
2021-06-23
drm/i915: s/intel/hsw/ for hsw/bdw/skl buf trans
Ville Syrjälä
1
-2
/
+2
2021-05-05
drm/i915: Don't include intel_de.h from intel_display_types.h
Ville Syrjälä
1
-0
/
+1
2021-03-23
drm/i915/display: Convert gen5/gen6 tests to IS_IRONLAKE/IS_SANDYBRIDGE
Matt Roper
1
-3
/
+3
2021-02-16
drm/i915: Introduce .{enable,disable}_clock() encoder vfuncs
Ville Syrjälä
1
-1
/
+1
2021-02-16
drm/i915: Use intel_ddi_clk_select() for FDI
Ville Syrjälä
1
-4
/
+3
2021-02-05
drm/i915: migrate hsw fdi code to new file.
Dave Airlie
1
-0
/
+139
2021-01-16
drm/i915: split fdi code out from intel_display.c
Dave Airlie
1
-0
/
+683