Home
last modified time | relevance | path

Searched refs:intel_de_read_fw (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_color.c242 csc->preoff[0] = intel_de_read_fw(i915, PIPE_CSC_PREOFF_HI(pipe)); in ilk_read_pipe_csc()
243 csc->preoff[1] = intel_de_read_fw(i915, PIPE_CSC_PREOFF_ME(pipe)); in ilk_read_pipe_csc()
244 csc->preoff[2] = intel_de_read_fw(i915, PIPE_CSC_PREOFF_LO(pipe)); in ilk_read_pipe_csc()
246 tmp = intel_de_read_fw(i915, PIPE_CSC_COEFF_RY_GY(pipe)); in ilk_read_pipe_csc()
249 tmp = intel_de_read_fw(i915, PIPE_CSC_COEFF_BY(pipe)); in ilk_read_pipe_csc()
252 tmp = intel_de_read_fw(i915, PIPE_CSC_COEFF_RU_GU(pipe)); in ilk_read_pipe_csc()
255 tmp = intel_de_read_fw(i915, PIPE_CSC_COEFF_BU(pipe)); in ilk_read_pipe_csc()
258 tmp = intel_de_read_fw(i915, PIPE_CSC_COEFF_RV_GV(pipe)); in ilk_read_pipe_csc()
261 tmp = intel_de_read_fw(i915, PIPE_CSC_COEFF_BV(pipe)); in ilk_read_pipe_csc()
267 csc->postoff[0] = intel_de_read_fw(i915, PIPE_CSC_POSTOFF_HI(pipe)); in ilk_read_pipe_csc()
[all …]
Dintel_vblank.c153 scan_prev_time = intel_de_read_fw(dev_priv, in intel_crtc_scanlines_since_frame_timestamp()
160 scan_curr_time = intel_de_read_fw(dev_priv, IVB_TIMESTAMP_CTR); in intel_crtc_scanlines_since_frame_timestamp()
162 scan_post_time = intel_de_read_fw(dev_priv, in intel_crtc_scanlines_since_frame_timestamp()
220 position = intel_de_read_fw(dev_priv, PIPEDSL(pipe)) & PIPEDSL_LINE_MASK; in __intel_get_crtc_scanline()
239 temp = intel_de_read_fw(dev_priv, PIPEDSL(pipe)) & PIPEDSL_LINE_MASK; in __intel_get_crtc_scanline()
327 …position = (intel_de_read_fw(dev_priv, PIPEFRAMEPIXEL(pipe)) & PIPE_PIXEL_MASK) >> PIPE_PIXEL_SHIF… in i915_get_crtc_scanoutpos()
Dintel_de.h97 intel_de_read_fw(struct drm_i915_private *i915, i915_reg_t reg) in intel_de_read_fw() function
Dintel_gmbus.c384 ret = wait_for_us((gmbus2 = intel_de_read_fw(i915, GMBUS2(i915))) & status, in gmbus_wait()
387 ret = wait_for((gmbus2 = intel_de_read_fw(i915, GMBUS2(i915))) & status, in gmbus_wait()
461 val = intel_de_read_fw(i915, GMBUS3(i915)); in gmbus_xfer_read_chunk()
Dintel_fbc.c328 intel_de_read_fw(dev_priv, DSPADDR(i9xx_plane))); in i8xx_fbc_nuke()
363 intel_de_read_fw(dev_priv, DSPSURF(i9xx_plane))); in i965_fbc_nuke()