Home
last modified time | relevance | path

Searched refs:TVIDEO_DIP_CTL (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_hdmi.c283 i915_reg_t reg = TVIDEO_DIP_CTL(intel_crtc->pipe); in ibx_write_infoframe()
322 val = I915_READ(TVIDEO_DIP_CTL(crtc->pipe)); in ibx_read_infoframe()
327 I915_WRITE(TVIDEO_DIP_CTL(crtc->pipe), val); in ibx_read_infoframe()
338 i915_reg_t reg = TVIDEO_DIP_CTL(pipe); in ibx_infoframes_enabled()
360 i915_reg_t reg = TVIDEO_DIP_CTL(intel_crtc->pipe); in cpt_write_infoframe()
402 val = I915_READ(TVIDEO_DIP_CTL(crtc->pipe)); in cpt_read_infoframe()
407 I915_WRITE(TVIDEO_DIP_CTL(crtc->pipe), val); in cpt_read_infoframe()
418 u32 val = I915_READ(TVIDEO_DIP_CTL(pipe)); in cpt_infoframes_enabled()
1026 i915_reg_t reg = TVIDEO_DIP_CTL(intel_crtc->pipe); in ibx_set_infoframes()
1084 i915_reg_t reg = TVIDEO_DIP_CTL(intel_crtc->pipe); in cpt_set_infoframes()
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dhandlers.c2253 MMIO_D(TVIDEO_DIP_CTL(PIPE_A), D_ALL); in init_generic_mmio_info()
2257 MMIO_D(TVIDEO_DIP_CTL(PIPE_B), D_ALL); in init_generic_mmio_info()
2261 MMIO_D(TVIDEO_DIP_CTL(PIPE_C), D_ALL); in init_generic_mmio_info()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h8164 #define TVIDEO_DIP_CTL(pipe) _MMIO_PIPE(pipe, _VIDEO_DIP_CTL_A, _VIDEO_DIP_CTL_B) macro