Home
last modified time | relevance | path

Searched refs:display_stream_compressor (Results 1 – 25 of 35) sorted by relevance

12

/drivers/gpu/drm/amd/display/dc/dsc/
A Ddsc.h101 void (*dsc_read_state)(struct display_stream_compressor *dsc, struct dcn_dsc_state *s);
102 …bool (*dsc_validate_stream)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cf…
103 void (*dsc_set_config)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
105 bool (*dsc_get_packed_pps)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
107 void (*dsc_enable)(struct display_stream_compressor *dsc, int opp_pipe);
108 void (*dsc_disable)(struct display_stream_compressor *dsc);
109 void (*dsc_disconnect)(struct display_stream_compressor *dsc);
110 void (*dsc_wait_disconnect_pending_clear)(struct display_stream_compressor *dsc);
A Ddc_dsc.c156 const struct display_stream_compressor *dsc,
177 const struct display_stream_compressor *dsc,
459 const struct display_stream_compressor *dsc, in dc_dsc_compute_bandwidth_range()
497 void dc_dsc_dump_encoder_caps(const struct display_stream_compressor *dsc, in dc_dsc_dump_encoder_caps()
516 void dc_dsc_dump_decoder_caps(const struct display_stream_compressor *dsc, in dc_dsc_dump_decoder_caps()
586 const struct display_stream_compressor *dsc, in build_dsc_enc_caps()
636 const struct display_stream_compressor *dsc, in get_min_dsc_slice_count_for_odm()
668 const struct display_stream_compressor *dsc, in get_dsc_enc_caps()
1289 const struct display_stream_compressor *dsc, in dc_dsc_compute_config()
/drivers/gpu/drm/amd/display/dc/
A Ddc_dsc.h42 struct display_stream_compressor { struct
71 const struct display_stream_compressor *dsc,
81 const struct display_stream_compressor *dsc,
97 void dc_dsc_dump_decoder_caps(const struct display_stream_compressor *dsc,
99 void dc_dsc_dump_encoder_caps(const struct display_stream_compressor *dsc,
/drivers/gpu/drm/amd/display/dc/dsc/dcn401/
A Ddcn401_dsc.c12 static void dsc_write_to_registers(struct display_stream_compressor *dsc, const struct dsc_reg_valu…
95 void dsc401_read_state(struct display_stream_compressor *dsc, struct dcn_dsc_state *s) in dsc401_read_state()
112 bool dsc401_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg) in dsc401_validate_stream()
123 void dsc401_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, in dsc401_set_config()
138 void dsc401_enable(struct display_stream_compressor *dsc, int opp_pipe) in dsc401_enable()
163 void dsc401_disable(struct display_stream_compressor *dsc) in dsc401_disable()
182 void dsc401_wait_disconnect_pending_clear(struct display_stream_compressor *dsc) in dsc401_wait_disconnect_pending_clear()
189 void dsc401_disconnect(struct display_stream_compressor *dsc) in dsc401_disconnect()
199 static void dsc_write_to_registers(struct display_stream_compressor *dsc, const struct dsc_reg_valu… in dsc_write_to_registers()
A Ddcn401_dsc.h318 struct display_stream_compressor base;
337 void dsc401_read_state(struct display_stream_compressor *dsc, struct dcn_dsc_state *s);
338 bool dsc401_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg…
339 void dsc401_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
341 void dsc401_enable(struct display_stream_compressor *dsc, int opp_pipe);
342 void dsc401_disable(struct display_stream_compressor *dsc);
343 void dsc401_disconnect(struct display_stream_compressor *dsc);
344 void dsc401_wait_disconnect_pending_clear(struct display_stream_compressor *dsc);
/drivers/gpu/drm/amd/display/dc/resource/dcn20/
A Ddcn20_resource.h101 struct display_stream_compressor *dcn20_dsc_create(
103 void dcn20_dsc_destroy(struct display_stream_compressor **dsc);
134 struct display_stream_compressor **dsc);
148 struct display_stream_compressor **dsc,
A Ddcn20_resource.c1060 struct display_stream_compressor *dcn20_dsc_create( in dcn20_dsc_create()
1075 void dcn20_dsc_destroy(struct display_stream_compressor **dsc) in dcn20_dsc_destroy()
1327 struct display_stream_compressor **dsc, in dcn20_acquire_dsc()
1332 …struct display_stream_compressor *dsc_old = dc->current_state->res_ctx.pipe_ctx[pipe_idx].stream_r… in dcn20_acquire_dsc()
1362 struct display_stream_compressor **dsc) in dcn20_release_dsc()
/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
A Ddcn20_dsc.h562 struct display_stream_compressor base;
572 void dsc_config_log(struct display_stream_compressor *dsc,
575 void dsc_log_pps(struct display_stream_compressor *dsc,
604 bool dsc2_get_packed_pps(struct display_stream_compressor *dsc,
608 void dsc2_read_state(struct display_stream_compressor *dsc, struct dcn_dsc_state *s);
609 bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg);
610 void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
612 void dsc2_enable(struct display_stream_compressor *dsc, int opp_pipe);
613 void dsc2_disable(struct display_stream_compressor *dsc);
614 void dsc2_disconnect(struct display_stream_compressor *dsc);
[all …]
A Ddcn20_dsc.c33 static void dsc_write_to_registers(struct display_stream_compressor *dsc, const struct dsc_reg_valu…
142 void dsc2_read_state(struct display_stream_compressor *dsc, struct dcn_dsc_state *s) in dsc2_read_state()
159 bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg) in dsc2_validate_stream()
171 void dsc_config_log(struct display_stream_compressor *dsc, const struct dsc_config *config) in dsc_config_log()
182 void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, in dsc2_set_config()
219 void dsc2_enable(struct display_stream_compressor *dsc, int opp_pipe) in dsc2_enable()
244 void dsc2_disable(struct display_stream_compressor *dsc) in dsc2_disable()
263 void dsc2_wait_disconnect_pending_clear(struct display_stream_compressor *dsc) in dsc2_wait_disconnect_pending_clear()
270 void dsc2_disconnect(struct display_stream_compressor *dsc) in dsc2_disconnect()
281 void dsc_log_pps(struct display_stream_compressor *dsc, struct drm_dsc_config *pps) in dsc_log_pps()
[all …]
/drivers/gpu/drm/amd/display/dc/dsc/dcn35/
A Ddcn35_dsc.c30 static void dsc35_enable(struct display_stream_compressor *dsc, int opp_pipe);
77 static void dsc35_enable(struct display_stream_compressor *dsc, int opp_pipe) in dsc35_enable()
/drivers/gpu/drm/amd/display/dc/dml2/
A Ddml2_wrapper.h42 struct display_stream_compressor;
141 …source_context *res_ctx, const struct resource_pool *pool, struct display_stream_compressor **dsc);
/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
A Ddcn314_hwseq.c74 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in update_dsc_on_stream()
115 struct display_stream_compressor *odm_dsc = odm_pipe->stream_res.dsc; in update_dsc_on_stream()
217 struct display_stream_compressor *dsc = current_pipe_ctx->next_odm_pipe->stream_res.dsc; in dcn314_update_odm()
/drivers/gpu/drm/amd/display/dc/inc/
A Dcore_types.h268 struct display_stream_compressor *dscs[MAX_PIPES];
348 struct display_stream_compressor *dsc;
/drivers/gpu/drm/amd/display/dc/link/
A Dlink_dpms.c750 static void dsc_optc_config_log(struct display_stream_compressor *dsc, in dsc_optc_config_log()
807 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in link_set_dsc_on_stream()
850 struct display_stream_compressor *odm_dsc = odm_pipe->stream_res.dsc; in link_set_dsc_on_stream()
948 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in link_set_dsc_pps_packet()
1012 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in link_set_dsc_enable()
1036 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in link_update_dsc_config()
/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_debugfs.c1557 struct display_stream_compressor *dsc; in dp_dsc_clock_en_read()
1743 struct display_stream_compressor *dsc; in dp_dsc_slice_width_read()
1927 struct display_stream_compressor *dsc; in dp_dsc_slice_height_read()
2107 struct display_stream_compressor *dsc; in dp_dsc_bits_per_pixel_read()
2282 struct display_stream_compressor *dsc; in dp_dsc_pic_width_read()
2336 struct display_stream_compressor *dsc; in dp_dsc_pic_height_read()
2405 struct display_stream_compressor *dsc; in dp_dsc_chunk_size_read()
2474 struct display_stream_compressor *dsc; in dp_dsc_slice_bpg_offset_read()
/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
A Ddcn32_hwseq.c1013 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in dcn32_update_dsc_on_stream()
1070 struct display_stream_compressor *odm_dsc = odm_pipe->stream_res.dsc; in dcn32_update_dsc_on_stream()
1166 struct display_stream_compressor *dsc = current_pipe_ctx->next_odm_pipe->stream_res.dsc; in dcn32_update_odm()
1519 struct display_stream_compressor *dsc = dc->res_pool->dscs[i]; in dcn32_update_dsc_pg()
/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
A Ddcn35_hwseq.c319 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in update_dsc_on_stream()
361 struct display_stream_compressor *odm_dsc = odm_pipe->stream_res.dsc; in update_dsc_on_stream()
463 struct display_stream_compressor *dsc = current_pipe_ctx->next_odm_pipe->stream_res.dsc; in dcn35_update_odm()
/drivers/gpu/drm/amd/display/dc/resource/dcn401/
A Ddcn401_resource.c1346 static void dcn401_dsc_destroy(struct display_stream_compressor **dsc) in dcn401_dsc_destroy()
1566 static struct display_stream_compressor *dcn401_dsc_create( in dcn401_dsc_create()
/drivers/gpu/drm/amd/display/dc/resource/dcn302/
A Ddcn302_resource.c679 static struct display_stream_compressor *dcn302_dsc_create(struct dc_context *ctx, uint32_t inst) in dcn302_dsc_create()
/drivers/gpu/drm/amd/display/dc/resource/dcn303/
A Ddcn303_resource.c641 static struct display_stream_compressor *dcn303_dsc_create(struct dc_context *ctx, uint32_t inst) in dcn303_dsc_create()
/drivers/gpu/drm/amd/display/dc/resource/dcn21/
A Ddcn21_resource.c1089 static struct display_stream_compressor *dcn21_dsc_create(struct dc_context *ctx, in dcn21_dsc_create()
/drivers/gpu/drm/amd/display/dc/resource/dcn301/
A Ddcn301_resource.c1225 static struct display_stream_compressor *dcn301_dsc_create( in dcn301_dsc_create()
/drivers/gpu/drm/amd/display/dc/resource/dcn316/
A Ddcn316_resource.c1556 static struct display_stream_compressor *dcn31_dsc_create( in dcn31_dsc_create()
/drivers/gpu/drm/amd/display/dc/resource/dcn314/
A Ddcn314_resource.c1620 static struct display_stream_compressor *dcn314_dsc_create( in dcn314_dsc_create()
/drivers/gpu/drm/amd/display/dc/resource/dcn31/
A Ddcn31_resource.c1563 static struct display_stream_compressor *dcn31_dsc_create( in dcn31_dsc_create()

Completed in 68 milliseconds

12