struct

Defined at line 897 of file ../../src/graphics/display/drivers/intel-display/registers-pipe-scaler.h

This specifies the most significant 13 bits of the fractional part of the

initial phase of the Y semiplane filter.

y_initial_phase_fraction

= int(initial_phase - int(initial_phase)) * 2 ^ 13 if initial_phase >= 0

= int(1 - abs(initial_phase)) * 2 ^ 13 if initial_phase

<

0

A helper method `SetYInitialPhase()` should be used to set the value of

this field.

This field is ignored for non-YUV420 pixel formats.

Public Members

Field field

Records