drm/panel: add drm_connector argument to get_modes()
Today the bridge creates the drm_connector, but that is planned to be moved to the display drivers. To facilitate this, update drm_panel_funcs.get_modes() to take drm_connector as an argument. All panel drivers implementing get_modes() are updated. v2: - drop accidental change (Laurent) - update docs for get_modes (Laurent) Signed-off-by:Sam Ravnborg <sam@ravnborg.org> Reviewed-by:
Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by:
Linus Walleij <linus.walleij@linaro.org> Cc: Thierry Reding <thierry.reding@gmail.com> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Cc: Maxime Ripard <mripard@kernel.org> Cc: David Airlie <airlied@linux.ie> Cc: Daniel Vetter <daniel@ffwll.ch> Cc: Linus Walleij <linus.walleij@linaro.org> Cc: Jagan Teki <jagan@amarulasolutions.com> Cc: Stefan Mavrodiev <stefan@olimex.com> Cc: Robert Chiras <robert.chiras@nxp.com> Cc: "Guido Günther" <agx@sigxcpu.org> Cc: Purism Kernel Team <kernel@puri.sm> Link: https://patchwork.freedesktop.org/patch/msgid/20191207140353.23967-6-sam@ravnborg.org
Showing
- drivers/gpu/drm/drm_panel.c 1 addition, 1 deletiondrivers/gpu/drm/drm_panel.c
- drivers/gpu/drm/panel/panel-arm-versatile.c 2 additions, 2 deletionsdrivers/gpu/drm/panel/panel-arm-versatile.c
- drivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c 2 additions, 2 deletionsdrivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c
- drivers/gpu/drm/panel/panel-ilitek-ili9322.c 2 additions, 2 deletionsdrivers/gpu/drm/panel/panel-ilitek-ili9322.c
- drivers/gpu/drm/panel/panel-ilitek-ili9881c.c 4 additions, 4 deletionsdrivers/gpu/drm/panel/panel-ilitek-ili9881c.c
- drivers/gpu/drm/panel/panel-innolux-p079zca.c 6 additions, 7 deletionsdrivers/gpu/drm/panel/panel-innolux-p079zca.c
- drivers/gpu/drm/panel/panel-jdi-lt070me05000.c 5 additions, 4 deletionsdrivers/gpu/drm/panel/panel-jdi-lt070me05000.c
- drivers/gpu/drm/panel/panel-kingdisplay-kd097d04.c 6 additions, 5 deletionsdrivers/gpu/drm/panel/panel-kingdisplay-kd097d04.c
- drivers/gpu/drm/panel/panel-lg-lb035q02.c 2 additions, 2 deletionsdrivers/gpu/drm/panel/panel-lg-lb035q02.c
- drivers/gpu/drm/panel/panel-lg-lg4573.c 4 additions, 4 deletionsdrivers/gpu/drm/panel/panel-lg-lg4573.c
- drivers/gpu/drm/panel/panel-lvds.c 2 additions, 2 deletionsdrivers/gpu/drm/panel/panel-lvds.c
- drivers/gpu/drm/panel/panel-nec-nl8048hl11.c 2 additions, 2 deletionsdrivers/gpu/drm/panel/panel-nec-nl8048hl11.c
- drivers/gpu/drm/panel/panel-novatek-nt39016.c 2 additions, 2 deletionsdrivers/gpu/drm/panel/panel-novatek-nt39016.c
- drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c 2 additions, 2 deletionsdrivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c
- drivers/gpu/drm/panel/panel-orisetech-otm8009a.c 5 additions, 4 deletionsdrivers/gpu/drm/panel/panel-orisetech-otm8009a.c
- drivers/gpu/drm/panel/panel-osd-osd101t2587-53ts.c 5 additions, 4 deletionsdrivers/gpu/drm/panel/panel-osd-osd101t2587-53ts.c
- drivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c 5 additions, 4 deletionsdrivers/gpu/drm/panel/panel-panasonic-vvx10f034n00.c
- drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c 2 additions, 2 deletionsdrivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c
- drivers/gpu/drm/panel/panel-raydium-rm67191.c 3 additions, 3 deletionsdrivers/gpu/drm/panel/panel-raydium-rm67191.c
- drivers/gpu/drm/panel/panel-raydium-rm68200.c 5 additions, 4 deletionsdrivers/gpu/drm/panel/panel-raydium-rm68200.c
Loading
Please register or sign in to comment