Re: [PATCH v3 3/7] drm/vc4: Add KMS support for Raspberry Pi.

2015-10-13 Thread Stefan Wahren
Am 13.10.2015 um 20:50 schrieb Stefan Wahren: Am 13.10.2015 um 20:19 schrieb Eric Anholt: Stefan Wahren writes: diff --git a/drivers/gpu/drm/vc4/Kconfig b/drivers/gpu/drm/vc4/Kconfig new file mode 100644 index 000..e810ef7 --- /dev/null +++ b/drivers/gpu/drm/vc4/Kconfig @@ -0,0 +1,13 @@ +

Re: [PATCH v3 3/7] drm/vc4: Add KMS support for Raspberry Pi.

2015-10-13 Thread Stefan Wahren
Am 13.10.2015 um 20:19 schrieb Eric Anholt: Stefan Wahren writes: diff --git a/drivers/gpu/drm/vc4/Kconfig b/drivers/gpu/drm/vc4/Kconfig new file mode 100644 index 000..e810ef7 --- /dev/null +++ b/drivers/gpu/drm/vc4/Kconfig @@ -0,0 +1,13 @@ +config DRM_VC4 + tristate "Broadcom VC4 G

Re: [PATCH v3 3/7] drm/vc4: Add KMS support for Raspberry Pi.

2015-10-13 Thread Eric Anholt
Stefan Wahren writes: > Hi Eric, > > Am 09.10.2015 um 23:27 schrieb Eric Anholt: >> This is enough for fbcon and bringing up X using >> xf86-video-modesetting. It doesn't support the 3D accelerator or >> power management yet. >> >> Signed-off-by: Eric Anholt >> Acked-by: Daniel Vetter >> --- >

Re: [PATCH v3 3/7] drm/vc4: Add KMS support for Raspberry Pi.

2015-10-11 Thread Stefan Wahren
Hi Eric, Am 09.10.2015 um 23:27 schrieb Eric Anholt: This is enough for fbcon and bringing up X using xf86-video-modesetting. It doesn't support the 3D accelerator or power management yet. Signed-off-by: Eric Anholt Acked-by: Daniel Vetter --- v2: Drop FB_HELPER select thanks to Archit's pa