Searched refs:enable_csc (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/display/intel-i915/
H A Dpipe.h55 bool enable_csc, bool* scaler_1_claimed,
57 void ConfigureCursorPlane(const cursor_layer_t* cursor, bool enable_csc,
H A Dpipe.cpp273 bool enable_csc, bool* scaler_1_claimed,
396 plane_ctrl.set_pipe_csc_enable(enable_csc);
427 void Pipe::ConfigureCursorPlane(const cursor_layer_t* cursor, bool enable_csc, argument
450 cursor_ctrl.set_pipe_csc_enable(enable_csc);
272 ConfigurePrimaryPlane(uint32_t plane_num, const primary_layer_t* primary, bool enable_csc, bool* scaler_1_claimed, registers::pipe_arming_regs_t* regs) argument

Completed in 40 milliseconds