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 */
74 * dpu_hw_dsc_destroy - destroys dsc driver context
75 * @dsc: Pointer to dsc driver context returned by dpu_hw_dsc_init
77 void dpu_hw_dsc_destroy(struct dpu_hw_dsc *dsc);