|
@@ -35,6 +35,7 @@
|
|
|
#include <drm_edid.h>
|
|
|
#include <drm_dp_helper.h>
|
|
|
#include <drm_fixed.h>
|
|
|
+#include <drm_crtc_helper.h>
|
|
|
#include <linux/i2c.h>
|
|
|
#include <linux/i2c-id.h>
|
|
|
#include <linux/i2c-algo-bit.h>
|
|
@@ -526,7 +527,8 @@ extern int atombios_crtc_set_base(struct drm_crtc *crtc, int x, int y,
|
|
|
struct drm_framebuffer *old_fb);
|
|
|
extern int atombios_crtc_set_base_atomic(struct drm_crtc *crtc,
|
|
|
struct drm_framebuffer *fb,
|
|
|
- int x, int y, int enter);
|
|
|
+ int x, int y,
|
|
|
+ enum mode_set_atomic state);
|
|
|
extern int atombios_crtc_mode_set(struct drm_crtc *crtc,
|
|
|
struct drm_display_mode *mode,
|
|
|
struct drm_display_mode *adjusted_mode,
|
|
@@ -538,7 +540,8 @@ extern int radeon_crtc_set_base(struct drm_crtc *crtc, int x, int y,
|
|
|
struct drm_framebuffer *old_fb);
|
|
|
extern int radeon_crtc_set_base_atomic(struct drm_crtc *crtc,
|
|
|
struct drm_framebuffer *fb,
|
|
|
- int x, int y, int enter);
|
|
|
+ int x, int y,
|
|
|
+ enum mode_set_atomic state);
|
|
|
extern int radeon_crtc_do_set_base(struct drm_crtc *crtc,
|
|
|
struct drm_framebuffer *fb,
|
|
|
int x, int y, int atomic);
|