| /linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/ |
| H A D | dcn20_dsc.c | 63 void dsc2_construct(struct dcn20_dsc *dsc, in dsc2_construct() 143 void dsc2_read_state(struct display_stream_compressor *dsc, struct dcn_dsc_state *s) in dsc2_read_state() 159 void dsc2_read_reg_state(struct display_stream_compressor *dsc, struct dcn_dsc_reg_state *dccg_reg_… in dsc2_read_reg_state() 167 bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg) in dsc2_validate_stream() 179 void dsc_config_log(struct display_stream_compressor *dsc, const struct dsc_config *config) in dsc_config_log() 190 void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, in dsc2_set_config() 206 bool dsc2_get_packed_pps(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, u… in dsc2_get_packed_pps() 227 void dsc2_enable(struct display_stream_compressor *dsc, int opp_pipe) in dsc2_enable() 252 void dsc2_disable(struct display_stream_compressor *dsc) in dsc2_disable() 271 void dsc2_wait_disconnect_pending_clear(struct display_stream_compressor *dsc) in dsc2_wait_disconnect_pending_clear() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dsc/dcn401/ |
| H A D | dcn401_dsc.c | 48 void dsc401_construct(struct dcn401_dsc *dsc, in dsc401_construct() 96 void dsc401_read_state(struct display_stream_compressor *dsc, struct dcn_dsc_state *s) in dsc401_read_state() 118 bool dsc401_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg) in dsc401_validate_stream() 129 void dsc401_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, in dsc401_set_config() 144 void dsc401_enable(struct display_stream_compressor *dsc, int opp_pipe) in dsc401_enable() 169 void dsc401_disable(struct display_stream_compressor *dsc) in dsc401_disable() 188 void dsc401_wait_disconnect_pending_clear(struct display_stream_compressor *dsc) in dsc401_wait_disconnect_pending_clear() 195 void dsc401_disconnect(struct display_stream_compressor *dsc) in dsc401_disconnect() 205 static void dsc_write_to_registers(struct display_stream_compressor *dsc, const struct dsc_reg_valu… in dsc_write_to_registers()
|
| H A D | dcn401_dsc.h | 13 #define TO_DCN401_DSC(dsc)\ argument
|
| /linux/drivers/gpu/drm/amd/display/dc/dsc/ |
| H A D | dc_dsc.c | 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() 1292 const struct display_stream_compressor *dsc, in dc_dsc_compute_config()
|
| /linux/drivers/gpu/drm/amd/display/dc/dsc/dcn35/ |
| H A D | dcn35_dsc.c | 61 void dsc35_construct(struct dcn20_dsc *dsc, in dsc35_construct() 79 static void dsc35_enable(struct display_stream_compressor *dsc, int opp_pipe) in dsc35_enable()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ktls_stats.c | 50 #define MLX5E_READ_CTR_ATOMIC64(ptr, dsc, i) \ argument
|
| H A D | ipsec_stats.c | 61 #define MLX5E_READ_CTR_ATOMIC64(ptr, dsc, i) \ argument
|
| /linux/drivers/gpu/drm/msm/dsi/ |
| H A D | dsi_host.c | 168 struct drm_dsc_config *dsc; member 590 const struct drm_dsc_config *dsc, in dsi_adjust_pclk_for_compression() 617 const struct drm_dsc_config *dsc, bool is_bonded_dsi) in dsi_get_pclk_rate() 928 struct drm_dsc_config *dsc = msm_host->dsc; in dsi_update_dsc_timing() local 1023 struct drm_dsc_config *dsc = msm_host->dsc; in dsi_timing_setup() local 1869 static int dsi_populate_dsc_params(struct msm_dsi_host *msm_host, struct drm_dsc_config *dsc) in dsi_populate_dsc_params() 2598 struct drm_dsc_config *dsc = msm_host->dsc; in msm_dsi_host_check_dsc() local
|
| /linux/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_dpms.c | 614 static void dsc_optc_config_log(struct display_stream_compressor *dsc, in dsc_optc_config_log() 671 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in link_set_dsc_on_stream() local 814 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in link_set_dsc_pps_packet() local 879 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in link_set_dsc_enable() local 903 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in link_update_dsc_config() local
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_hw_sequencer.c | 2285 struct display_stream_compressor *dsc = params->dsc_set_config_params.dsc; in hwss_dsc_set_config() local 2295 struct display_stream_compressor *dsc = params->dsc_enable_params.dsc; in hwss_dsc_enable() local 2326 struct display_stream_compressor *dsc = params->dsc_disconnect_params.dsc; in hwss_dsc_disconnect() local 2334 struct display_stream_compressor *dsc = params->dsc_read_state_params.dsc; in hwss_dsc_read_state() local 2348 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in hwss_dsc_calculate_and_set_config() local 2379 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in hwss_dsc_enable_with_opp() local 2870 struct display_stream_compressor *dsc = params->dsc_wait_disconnect_pending_clear_params.dsc; in hwss_dsc_wait_disconnect_pending_clear() local 2883 struct display_stream_compressor *dsc = params->dsc_disable_params.dsc; in hwss_dsc_disable() local 3253 struct display_stream_compressor *dsc) in hwss_add_dsc_disconnect() 3669 struct display_stream_compressor *dsc, in hwss_add_dsc_wait_disconnect_pending_clear() [all …]
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | sb1250-mac.c | 773 struct sbdmadscr *dsc; in sbdma_add_rcvbuffer() local 887 struct sbdmadscr *dsc; in sbdma_add_txbuffer() local 1056 struct sbdmadscr *dsc; in sbdma_rx_process() local 1221 struct sbdmadscr *dsc; in sbdma_tx_process() local
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_encoder.c | 217 struct drm_dsc_config *dsc; member 668 struct drm_dsc_config *dsc; in dpu_encoder_update_topology() local 1967 dpu_encoder_dsc_initial_line_calc(struct drm_dsc_config *dsc, in dpu_encoder_dsc_initial_line_calc() 1994 struct drm_dsc_config *dsc, in dpu_encoder_dsc_pipe_cfg() 2018 struct drm_dsc_config *dsc) in dpu_encoder_prep_dsc()
|
| H A D | dpu_hw_ctl.h | 59 unsigned int dsc; member
|
| H A D | dpu_rm.c | 169 const struct dpu_dsc_cfg *dsc = &cat->dsc[i]; in dpu_rm_init() local
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_mid.c | 1136 int qla_get_buf(struct scsi_qla_host *vha, struct qla_qpair *qp, struct qla_buf_dsc *dsc) in qla_get_buf() 1242 void qla_put_buf(struct qla_qpair *qp, struct qla_buf_dsc *dsc) in qla_put_buf()
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-novatek-nt37801.c | 23 struct drm_dsc_config dsc; member
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_dp_mst_helper_test.c | 18 const bool dsc; member
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/ |
| H A D | dcn20_resource.c | 1093 struct dcn20_dsc *dsc = in dcn20_dsc_create() local 1105 void dcn20_dsc_destroy(struct display_stream_compressor **dsc) in dcn20_dsc_destroy() 1364 struct display_stream_compressor **dsc, in dcn20_acquire_dsc() 1399 struct display_stream_compressor **dsc) in dcn20_release_dsc()
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_cfg.h | 109 struct mdp5_sub_block dsc; member
|
| /linux/arch/mips/mm/ |
| H A D | cerr-sb1.c | 466 struct dc_state *dsc = dc_states; in dc_state_str() local
|
| /linux/tools/perf/util/ |
| H A D | dlfilter.c | 593 const char *dsc; in get_filter_desc() local
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctdaio.c | 446 struct daio_desc dsc = {0}; in dao_rsc_reinit() local
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/ |
| H A D | dcn21_resource.c | 1124 struct dcn20_dsc *dsc = in dcn21_dsc_create() local
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/ |
| H A D | dcn303_resource.c | 674 struct dcn20_dsc *dsc = kzalloc_obj(struct dcn20_dsc); in dcn303_dsc_create() local
|
| /linux/arch/alpha/include/asm/ |
| H A D | core_tsunami.h | 68 tsunami_64 dsc; member
|