Home
last modified time | relevance | path

Searched refs:PS_Y_PHASE (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dskl_scaler.c772 PS_Y_PHASE(0) | PS_UV_RGB_PHASE(uv_rgb_vphase)); in skl_pfit_enable()
774 PS_Y_PHASE(0) | PS_UV_RGB_PHASE(uv_rgb_hphase)); in skl_pfit_enable()
839 PS_Y_PHASE(y_vphase) | PS_UV_RGB_PHASE(uv_rgb_vphase)); in skl_program_plane_scaler()
841 PS_Y_PHASE(y_hphase) | PS_UV_RGB_PHASE(uv_rgb_hphase)); in skl_program_plane_scaler()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_reg.h2014 #define PS_Y_PHASE(x) REG_FIELD_PREP(PS_Y_PHASE_MASK, (x)) macro