|
@@ -134,10 +134,6 @@ static int vbox_set_view(struct drm_crtc *crtc)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static void vbox_crtc_load_lut(struct drm_crtc *crtc)
|
|
|
-{
|
|
|
-}
|
|
|
-
|
|
|
static void vbox_crtc_dpms(struct drm_crtc *crtc, int mode)
|
|
|
{
|
|
|
struct vbox_crtc *vbox_crtc = to_vbox_crtc(crtc);
|
|
@@ -330,7 +326,6 @@ static const struct drm_crtc_helper_funcs vbox_crtc_helper_funcs = {
|
|
|
.mode_set = vbox_crtc_mode_set,
|
|
|
/* .mode_set_base = vbox_crtc_mode_set_base, */
|
|
|
.disable = vbox_crtc_disable,
|
|
|
- .load_lut = vbox_crtc_load_lut,
|
|
|
.prepare = vbox_crtc_prepare,
|
|
|
.commit = vbox_crtc_commit,
|
|
|
};
|