Signed-off-by: Lyude Paul <ly...@redhat.com>
Cc: Jani Nikula <jani.nik...@intel.com>
Cc: Dave Airlie <airl...@gmail.com>
Cc: greg.depo...@gmail.com
---
 drivers/gpu/drm/nouveau/nouveau_backlight.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/nouveau/nouveau_backlight.c 
b/drivers/gpu/drm/nouveau/nouveau_backlight.c
index 72f35a2babcb..42b498e7e2bf 100644
--- a/drivers/gpu/drm/nouveau/nouveau_backlight.c
+++ b/drivers/gpu/drm/nouveau/nouveau_backlight.c
@@ -106,7 +106,6 @@ nv40_backlight_init(struct nouveau_encoder *encoder,
        if (!(nvif_rd32(device, NV40_PMC_BACKLIGHT) & NV40_PMC_BACKLIGHT_MASK))
                return -ENODEV;
 
-       props->type = BACKLIGHT_RAW;
        props->max_brightness = 31;
        *ops = &nv40_bl_ops;
        return 0;
@@ -212,7 +211,6 @@ nv50_backlight_init(struct nouveau_encoder *nv_encoder,
        else
                *ops = &nva3_bl_ops;
 
-       props->type = BACKLIGHT_RAW;
        props->max_brightness = 100;
 
        return 0;
@@ -226,7 +224,7 @@ nouveau_backlight_init(struct drm_connector *connector)
        struct nouveau_encoder *nv_encoder = NULL;
        struct nvif_device *device = &drm->client.device;
        char backlight_name[BL_NAME_SIZE];
-       struct backlight_properties props = {0};
+       struct backlight_properties props = { .type = BACKLIGHT_RAW, 0 };
        const struct backlight_ops *ops;
        int ret;
 
-- 
2.29.2

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to