Home
last modified time | relevance | path

Searched defs:hw_sequencer_funcs (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer.h52 struct hw_sequencer_funcs { struct
54 void (*edp_power_control)(struct dc_link *link, bool enable);
55 void (*edp_wait_for_hpd_ready)(struct dc_link *link, bool power_up);
58 void (*init_hw)(struct dc *dc);
59 void (*power_down_on_boot)(struct dc *dc);
60 void (*enable_accelerated_mode)(struct dc *dc,
62 enum dc_status (*apply_ctx_to_hw)(struct dc *dc,
64 void (*disable_plane)(struct dc *dc, struct pipe_ctx *pipe_ctx);
65 void (*apply_ctx_for_surface)(struct dc *dc,
68 void (*program_front_end_for_ctx)(struct dc *dc,
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer.h71 struct hw_sequencer_funcs { struct
73 void (*init_hw)(struct dc *dc);
75 enum dc_status (*apply_ctx_to_hw)(
78 void (*reset_hw_ctx_wrap)(
81 void (*apply_ctx_for_surface)(
87 void (*program_gamut_remap)(
90 void (*program_csc_matrix)(
95 void (*program_output_csc)(struct dc *dc,
101 void (*update_plane_addr)(
105 void (*plane_atomic_disconnect)(
[all …]