/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dsc/dcn20/ |
D | dcn20_dsc.c | 69 void dsc2_construct(struct dcn20_dsc *dsc, in dsc2_construct() 149 void dsc2_read_state(struct display_stream_compressor *dsc, struct dcn_dsc_state *s) in dsc2_read_state() 166 bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg) in dsc2_validate_stream() 178 void dsc_config_log(struct display_stream_compressor *dsc, const struct dsc_config *config) in dsc_config_log() 189 void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, in dsc2_set_config() 205 bool dsc2_get_packed_pps(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg, u… in dsc2_get_packed_pps() 226 void dsc2_enable(struct display_stream_compressor *dsc, int opp_pipe) in dsc2_enable() 251 void dsc2_disable(struct display_stream_compressor *dsc) in dsc2_disable() 270 void dsc2_wait_disconnect_pending_clear(struct display_stream_compressor *dsc) in dsc2_wait_disconnect_pending_clear() 277 void dsc2_disconnect(struct display_stream_compressor *dsc) in dsc2_disconnect() [all …]
|
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dsc/dcn401/ |
D | dcn401_dsc.c | 64 void dsc401_construct(struct dcn401_dsc *dsc, in dsc401_construct() 120 static void dsc401_read_state(struct display_stream_compressor *dsc, struct dcn_dsc_state *s) in dsc401_read_state() 137 static bool dsc401_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *… in dsc401_validate_stream() 148 static void dsc401_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_c… in dsc401_set_config() 163 static void dsc401_enable(struct display_stream_compressor *dsc, int opp_pipe) in dsc401_enable() 188 static void dsc401_disable(struct display_stream_compressor *dsc) in dsc401_disable() 207 static void dsc401_wait_disconnect_pending_clear(struct display_stream_compressor *dsc) in dsc401_wait_disconnect_pending_clear() 214 static void dsc401_disconnect(struct display_stream_compressor *dsc) in dsc401_disconnect() 224 static void dsc_write_to_registers(struct display_stream_compressor *dsc, const struct dsc_reg_valu… in dsc_write_to_registers()
|
/linux-6.14.4/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_dsc.c | 38 static void dpu_hw_dsc_disable(struct dpu_hw_dsc *dsc) in dpu_hw_dsc_disable() 46 struct drm_dsc_config *dsc, in dpu_hw_dsc_config() 129 struct drm_dsc_config *dsc) in dpu_hw_dsc_config_thresh()
|
D | dpu_hw_dsc_1_2.c | 88 struct drm_dsc_config *dsc, in dpu_hw_dsc_config_1_2() 242 struct drm_dsc_config *dsc) in dpu_hw_dsc_config_thresh_1_2()
|
D | dpu_encoder.c | 211 struct drm_dsc_config *dsc; member 659 struct drm_dsc_config *dsc = dpu_encoder_get_dsc_config(&dpu_enc->base); in dpu_encoder_get_topology() local 1999 dpu_encoder_dsc_initial_line_calc(struct drm_dsc_config *dsc, in dpu_encoder_dsc_initial_line_calc() 2026 struct drm_dsc_config *dsc, in dpu_encoder_dsc_pipe_cfg() 2050 struct drm_dsc_config *dsc) in dpu_encoder_prep_dsc()
|
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dsc/dcn35/ |
D | dcn35_dsc.c | 59 void dsc35_construct(struct dcn20_dsc *dsc, in dsc35_construct() 77 static void dsc35_enable(struct display_stream_compressor *dsc, int opp_pipe) in dsc35_enable()
|
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dsc/ |
D | dc_dsc.c | 451 const struct display_stream_compressor *dsc, in dc_dsc_compute_bandwidth_range() 486 void dc_dsc_dump_encoder_caps(const struct display_stream_compressor *dsc, in dc_dsc_dump_encoder_caps() 505 void dc_dsc_dump_decoder_caps(const struct display_stream_compressor *dsc, in dc_dsc_dump_decoder_caps() 529 const struct display_stream_compressor *dsc, in get_dsc_enc_caps() 1155 const struct display_stream_compressor *dsc, in dc_dsc_compute_config()
|
/linux-6.14.4/drivers/gpu/drm/msm/ |
D | msm_dsc_helper.h | 22 static inline u32 msm_dsc_get_bytes_per_line(const struct drm_dsc_config *dsc) in msm_dsc_get_bytes_per_line()
|
/linux-6.14.4/drivers/gpu/drm/display/ |
D | drm_dsc_helper.c | 1459 u8 drm_dsc_initial_scale_value(const struct drm_dsc_config *dsc) in drm_dsc_initial_scale_value() 1471 u32 drm_dsc_flatness_det_thresh(const struct drm_dsc_config *dsc) in drm_dsc_flatness_det_thresh()
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ktls_stats.c | 50 #define MLX5E_READ_CTR_ATOMIC64(ptr, dsc, i) \ argument
|
D | ipsec_stats.c | 60 #define MLX5E_READ_CTR_ATOMIC64(ptr, dsc, i) \ argument
|
/linux-6.14.4/include/linux/irqchip/ |
D | irq-partition-percpu.h | 47 struct irq_domain *partition_get_domain(struct partition_desc *dsc) in partition_get_domain()
|
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/hwss/dcn314/ |
D | dcn314_hwseq.c | 74 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in update_dsc_on_stream() local 203 struct display_stream_compressor *dsc = current_pipe_ctx->next_odm_pipe->stream_res.dsc; in dcn314_update_odm() local
|
/linux-6.14.4/drivers/gpu/drm/msm/dsi/ |
D | dsi_host.c | 159 struct drm_dsc_config *dsc; member 538 const struct drm_dsc_config *dsc) in dsi_adjust_pclk_for_compression() 549 const struct drm_dsc_config *dsc, bool is_bonded_dsi) in dsi_get_pclk_rate() 851 struct drm_dsc_config *dsc = msm_host->dsc; in dsi_update_dsc_timing() local 946 struct drm_dsc_config *dsc = msm_host->dsc; in dsi_timing_setup() local 1761 static int dsi_populate_dsc_params(struct msm_dsi_host *msm_host, struct drm_dsc_config *dsc) in dsi_populate_dsc_params() 2492 struct drm_dsc_config *dsc = msm_host->dsc; in msm_dsi_host_check_dsc() local
|
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/link/ |
D | link_dpms.c | 740 static void dsc_optc_config_log(struct display_stream_compressor *dsc, in dsc_optc_config_log() 797 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in link_set_dsc_on_stream() local 938 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in link_set_dsc_pps_packet() local 1002 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in link_set_dsc_enable() local 1026 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in link_update_dsc_config() local
|
/linux-6.14.4/drivers/gpu/drm/i915/display/ |
D | intel_dp_mst.c | 107 bool dsc) in intel_dp_mst_max_dpt_bpp() 216 int step, bool dsc) in intel_dp_mtp_tu_compute_config() 372 int step, bool dsc) in mst_stream_find_vcpi_slots_for_bpp() 526 bool dsc) in adjust_limits_for_dsc_hblank_expansion_quirk() 585 bool dsc, in mst_stream_compute_config_limits() 1440 bool dsc = false; in mst_connector_mode_valid_ctx() local
|
/linux-6.14.4/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_debugfs.c | 1557 struct display_stream_compressor *dsc; in dp_dsc_clock_en_read() local 1743 struct display_stream_compressor *dsc; in dp_dsc_slice_width_read() local 1927 struct display_stream_compressor *dsc; in dp_dsc_slice_height_read() local 2107 struct display_stream_compressor *dsc; in dp_dsc_bits_per_pixel_read() local 2282 struct display_stream_compressor *dsc; in dp_dsc_pic_width_read() local 2336 struct display_stream_compressor *dsc; in dp_dsc_pic_height_read() local 2405 struct display_stream_compressor *dsc; in dp_dsc_chunk_size_read() local 2474 struct display_stream_compressor *dsc; in dp_dsc_slice_bpg_offset_read() local
|
/linux-6.14.4/drivers/net/ethernet/broadcom/ |
D | sb1250-mac.c | 775 struct sbdmadscr *dsc; in sbdma_add_rcvbuffer() local 889 struct sbdmadscr *dsc; in sbdma_add_txbuffer() local 1058 struct sbdmadscr *dsc; in sbdma_rx_process() local 1223 struct sbdmadscr *dsc; in sbdma_tx_process() local
|
/linux-6.14.4/drivers/gpu/drm/panel/ |
D | panel-lg-sw43408.c | 33 struct drm_dsc_config dsc; member
|
D | panel-raydium-rm692e5.c | 23 struct drm_dsc_config dsc; member
|
D | panel-visionox-r66451.c | 282 struct drm_dsc_config *dsc; in visionox_r66451_probe() local
|
D | panel-samsung-s6e3ha8.c | 22 struct drm_dsc_config dsc; member
|
/linux-6.14.4/drivers/scsi/qla2xxx/ |
D | qla_mid.c | 1138 int qla_get_buf(struct scsi_qla_host *vha, struct qla_qpair *qp, struct qla_buf_dsc *dsc) in qla_get_buf() 1244 void qla_put_buf(struct qla_qpair *qp, struct qla_buf_dsc *dsc) in qla_put_buf()
|
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
D | dcn32_hwseq.c | 1011 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in dcn32_update_dsc_on_stream() local 1162 struct display_stream_compressor *dsc = current_pipe_ctx->next_odm_pipe->stream_res.dsc; in dcn32_update_odm() local 1512 struct display_stream_compressor *dsc = dc->res_pool->dscs[i]; in dcn32_update_dsc_pg() local
|
/linux-6.14.4/drivers/gpu/drm/tests/ |
D | drm_dp_mst_helper_test.c | 18 const bool dsc; member
|