mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
drm/i915: Move dsc rate params compute into drm
The function intel_compute_rc_parameters is part of the dsc spec and is not driver-specific. Other drm drivers might like to use it. The function is not changed; just moved and renamed. Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: David Francis <David.Francis@amd.com> Signed-off-by: Harry Wentland <harry.wentland@amd.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190221202001.28430-2-David.Francis@amd.com
This commit is contained in:
parent
8ff62645ea
commit
dc43332b7a
3 changed files with 137 additions and 124 deletions
|
@ -604,5 +604,6 @@ struct drm_dsc_pps_infoframe {
|
|||
void drm_dsc_dp_pps_header_init(struct drm_dsc_pps_infoframe *pps_sdp);
|
||||
void drm_dsc_pps_infoframe_pack(struct drm_dsc_pps_infoframe *pps_sdp,
|
||||
const struct drm_dsc_config *dsc_cfg);
|
||||
int drm_dsc_compute_rc_parameters(struct drm_dsc_config *vdsc_cfg);
|
||||
|
||||
#endif /* _DRM_DSC_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue