|
@@ -554,7 +554,7 @@ EXPORT_SYMBOL(drm_encoder_cleanup);
|
|
|
int drm_plane_init(struct drm_device *dev, struct drm_plane *plane,
|
|
|
unsigned long possible_crtcs,
|
|
|
const struct drm_plane_funcs *funcs,
|
|
|
- uint32_t *formats, uint32_t format_count)
|
|
|
+ const uint32_t *formats, uint32_t format_count)
|
|
|
{
|
|
|
mutex_lock(&dev->mode_config.mutex);
|
|
|
|