Lines Matching full:dsc
19 * struct dpu_hw_dsc_ops - interface to the dsc hardware driver functions
24 * dsc_disable - disable dsc
25 * @hw_dsc: Pointer to dsc context
30 * dsc_config - configures dsc encoder
31 * @hw_dsc: Pointer to dsc context
32 * @dsc: panel dsc parameters
33 * @mode: dsc topology mode to be set
37 struct drm_dsc_config *dsc,
43 * @hw_dsc: Pointer to dsc context
44 * @dsc: panel dsc parameters
47 struct drm_dsc_config *dsc);
57 /* dsc */
66 * dpu_hw_dsc_init() - Initializes the DSC hw driver object.
68 * @cfg: DSC catalog entry for which driver object is required
77 * dpu_hw_dsc_init_1_2() - initializes the v1.2 DSC hw driver object
79 * @cfg: DSC catalog entry for which driver object is required
88 * dpu_hw_dsc_destroy - destroys dsc driver context
89 * @dsc: Pointer to dsc driver context returned by dpu_hw_dsc_init
91 void dpu_hw_dsc_destroy(struct dpu_hw_dsc *dsc);