Lukas Wunner <lukas@xxxxxxxxx> writes: > Use shiny new drm_crtc_force_disable() instead of open coding the same. > No functional change intended. > > Cc: Francisco Jerez <currojerez@xxxxxxxxxx> > Signed-off-by: Lukas Wunner <lukas@xxxxxxxxx> Reviewed-by: Francisco Jerez <currojerez@xxxxxxxxxx> > --- > drivers/gpu/drm/i2c/ch7006_drv.c | 9 ++------- > 1 file changed, 2 insertions(+), 7 deletions(-) > > diff --git a/drivers/gpu/drm/i2c/ch7006_drv.c b/drivers/gpu/drm/i2c/ch7006_drv.c > index 0594c45..e9e8ae2 100644 > --- a/drivers/gpu/drm/i2c/ch7006_drv.c > +++ b/drivers/gpu/drm/i2c/ch7006_drv.c > @@ -361,13 +361,8 @@ static int ch7006_encoder_set_property(struct drm_encoder *encoder, > > /* Disable the crtc to ensure a full modeset is > * performed whenever it's turned on again. */ > - if (crtc) { > - struct drm_mode_set modeset = { > - .crtc = crtc, > - }; > - > - drm_mode_set_config_internal(&modeset); > - } > + if (crtc) > + drm_crtc_force_disable(crtc); > } > > return 0; > -- > 2.8.1
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel