Searched refs:fastset (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display.c | 4879 pipe_config_mismatch(struct drm_printer *p, bool fastset, in pipe_config_mismatch() argument 4890 if (fastset) in pipe_config_mismatch() 4901 pipe_config_infoframe_mismatch(struct drm_printer *p, bool fastset, in pipe_config_infoframe_mismatch() argument 4910 if (fastset) { in pipe_config_infoframe_mismatch() 4919 pipe_config_mismatch(p, fastset, crtc, name, "infoframe"); in pipe_config_infoframe_mismatch() 4928 pipe_config_dp_vsc_sdp_mismatch(struct drm_printer *p, bool fastset, in pipe_config_dp_vsc_sdp_mismatch() argument 4934 pipe_config_mismatch(p, fastset, crtc, name, "dp vsc sdp"); in pipe_config_dp_vsc_sdp_mismatch() 4943 pipe_config_dp_as_sdp_mismatch(struct drm_printer *p, bool fastset, in pipe_config_dp_as_sdp_mismatch() argument 4949 pipe_config_mismatch(p, fastset, crtc, name, "dp as sdp"); in pipe_config_dp_as_sdp_mismatch() 4972 pipe_config_buffer_mismatch(struct drm_printer *p, bool fastset, in pipe_config_buffer_mismatch() argument [all …]
|
| H A D | intel_dp.c | 3863 bool fastset = true; in intel_dp_initial_fastset_check() local 3875 fastset = false; in intel_dp_initial_fastset_check() 3890 fastset = false; in intel_dp_initial_fastset_check() 3898 fastset = false; in intel_dp_initial_fastset_check() 3901 return fastset; in intel_dp_initial_fastset_check()
|