aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-05-11 21:15:18 -0400
committerDave Airlie <airlied@redhat.com>2016-05-11 21:15:18 -0400
commit95306975e9dd38ba2775dd96cb29987ecc7d9360 (patch)
treea310067485cfd22f93eccb8ba00715b8907b138e /drivers/gpu/drm/tegra
parent93f517c4a76ffba270c42c9bf0bc32801572c077 (diff)
parent057eab2013ecbba2e772293acc177e2e3210f05d (diff)
Merge tag 'drm/tegra/for-4.7-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
drm/tegra: Changes for v4.7-rc1 Two small changes, one getting rid of the bogus gamma table size and another removing Terje from the MAINTAINERS file since he no longer does any work on host1x or display. * tag 'drm/tegra/for-4.7-rc1' of git://anongit.freedesktop.org/tegra/linux: MAINTAINERS: Remove Terje Bergström as Tegra DRM maintainer drm/tegra: Don't set a gamma table size
Diffstat (limited to 'drivers/gpu/drm/tegra')
-rw-r--r--drivers/gpu/drm/tegra/dc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/dc.c b/drivers/gpu/drm/tegra/dc.c
index fb2b4b0271a2..3b85a31b625d 100644
--- a/drivers/gpu/drm/tegra/dc.c
+++ b/drivers/gpu/drm/tegra/dc.c
@@ -1722,7 +1722,6 @@ static int tegra_dc_init(struct host1x_client *client)
1722 if (err < 0) 1722 if (err < 0)
1723 goto cleanup; 1723 goto cleanup;
1724 1724
1725 drm_mode_crtc_set_gamma_size(&dc->base, 256);
1726 drm_crtc_helper_add(&dc->base, &tegra_crtc_helper_funcs); 1725 drm_crtc_helper_add(&dc->base, &tegra_crtc_helper_funcs);
1727 1726
1728 /* 1727 /*