Searched refs:dce_hwseq (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_hwseq.c | 40 void dce_enable_fe_clock(struct dce_hwseq *hws, in dce_enable_fe_clock() 53 struct dce_hwseq *hws = dc->hwseq; in dce_pipe_control_lock() 88 void dce_set_blender_mode(struct dce_hwseq *hws, in dce_set_blender_mode() 129 static void dce_disable_sram_shut_down(struct dce_hwseq *hws) in dce_disable_sram_shut_down() 136 static void dce_underlay_clock_enable(struct dce_hwseq *hws) in dce_underlay_clock_enable() 154 void dce_clock_gating_power_up(struct dce_hwseq *hws, in dce_clock_gating_power_up() 166 void dce_crtc_switch_to_clk_src(struct dce_hwseq *hws, in dce_crtc_switch_to_clk_src()
|
D | Makefile | 29 DCE = dce_audio.o dce_stream_encoder.o dce_link_encoder.o dce_hwseq.o \
|
D | dce_hwseq.h | 527 void dce_enable_fe_clock(struct dce_hwseq *hwss, 534 void dce_set_blender_mode(struct dce_hwseq *hws, 537 void dce_clock_gating_power_up(struct dce_hwseq *hws, 540 void dce_crtc_switch_to_clk_src(struct dce_hwseq *hws,
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/ |
D | hw_sequencer.h | 54 struct dce_hwseq { struct 110 struct dce_hwseq *hws,
|
D | resource.h | 65 struct dce_hwseq *(*create_hwseq)(
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer.c | 78 struct dce_hwseq *hws = dc->hwseq; in log_mpc_crc() 354 struct dce_hwseq *hws, in enable_power_gating_plane() 376 struct dce_hwseq *hws) in disable_vga() 409 struct dce_hwseq *hws, in dpp_pg_control() 461 struct dce_hwseq *hws, in hubp_pg_control() 513 struct dce_hwseq *hws, in power_on_plane() 531 struct dce_hwseq *hws = dc->hwseq; in undo_DEGVIDCN10_253_wa() 551 struct dce_hwseq *hws = dc->hwseq; in apply_DEGVIDCN10_253_wa() 886 struct dce_hwseq *hws = dc->hwseq; in plane_atomic_power_down() 956 struct dce_hwseq *hws = dc->hwseq; in dcn10_init_hw() [all …]
|
D | dcn10_resource.c | 767 static struct dce_hwseq *dcn10_hwseq_create( in dcn10_hwseq_create() 770 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dcn10_hwseq_create()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce120/ |
D | dce120_hw_sequencer.c | 197 struct dce_hwseq *hws, in dce120_update_dchub()
|
D | dce120_resource.c | 639 static struct dce_hwseq *dce120_hwseq_create( in dce120_hwseq_create() 642 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dce120_hwseq_create()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/ |
D | dc.h | 276 struct dce_hwseq; 305 struct dce_hwseq *hwseq;
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce100/ |
D | dce100_resource.c | 451 static struct dce_hwseq *dce100_hwseq_create( in dce100_hwseq_create() 454 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dce100_hwseq_create()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce80/ |
D | dce80_resource.c | 515 static struct dce_hwseq *dce80_hwseq_create( in dce80_hwseq_create() 518 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dce80_hwseq_create()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_resource.c | 469 static struct dce_hwseq *dce110_hwseq_create( in dce110_hwseq_create() 472 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dce110_hwseq_create()
|
D | dce110_hw_sequencer.c | 742 static bool is_panel_backlight_on(struct dce_hwseq *hws) in is_panel_backlight_on() 751 static bool is_panel_powered_on(struct dce_hwseq *hws) in is_panel_powered_on() 851 struct dce_hwseq *hwseq = ctx->dc->hwseq; in hwss_edp_power_control() 933 struct dce_hwseq *hws = ctx->dc->hwseq; in hwss_edp_backlight_control()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce112/ |
D | dce112_resource.c | 471 static struct dce_hwseq *dce112_hwseq_create( in dce112_hwseq_create() 474 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dce112_hwseq_create()
|