Skip to content

Commit

Permalink
drm/vc4: Bind the HVS before we bind the individual CRTCs.
Browse files Browse the repository at this point in the history
We need to be able to look at the CRTC's registers in the HVS as part
of initialization, while the HVS doesn't need to look at the PV
registers.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-and-tested-by: Mario Kleiner <mario.kleiner.de@gmail.com>
  • Loading branch information
Eric Anholt committed Jul 12, 2016
1 parent 9f4e62f commit 7a10096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/vc4/vc4_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ static const struct component_master_ops vc4_drm_ops = {
static struct platform_driver *const component_drivers[] = {
&vc4_hdmi_driver,
&vc4_dpi_driver,
&vc4_crtc_driver,
&vc4_hvs_driver,
&vc4_crtc_driver,
&vc4_v3d_driver,
};

Expand Down

0 comments on commit 7a10096

Please sign in to comment.