drm: Make drm_crtc_check_viewport non-static
This function will be used by the universal plane helpers and may also be useful for individual drivers. Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Reviewed-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
parent
2b79dc13dc
commit
af93629d15
2 changed files with 17 additions and 7 deletions
|
@ -882,6 +882,10 @@ extern int drm_plane_init(struct drm_device *dev,
|
|||
bool priv);
|
||||
extern void drm_plane_cleanup(struct drm_plane *plane);
|
||||
extern void drm_plane_force_disable(struct drm_plane *plane);
|
||||
extern int drm_crtc_check_viewport(const struct drm_crtc *crtc,
|
||||
int x, int y,
|
||||
const struct drm_display_mode *mode,
|
||||
const struct drm_framebuffer *fb);
|
||||
|
||||
extern void drm_encoder_cleanup(struct drm_encoder *encoder);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue