Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dskl_scaler.c444 PS_Y_PHASE(0) | PS_UV_RGB_PHASE(uv_rgb_vphase)); in skl_pfit_enable()
446 PS_Y_PHASE(0) | PS_UV_RGB_PHASE(uv_rgb_hphase)); in skl_pfit_enable()
506 PS_Y_PHASE(y_vphase) | PS_UV_RGB_PHASE(uv_rgb_vphase)); in skl_program_plane_scaler()
508 PS_Y_PHASE(y_hphase) | PS_UV_RGB_PHASE(uv_rgb_hphase)); in skl_program_plane_scaler()
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_reg.h5304 #define PS_Y_PHASE(x) ((x) << 16) macro