Re: [Intel-gfx] [PATCH 2/2] drm/i915: enable 30bpp for DP outputs

2013-06-07 Thread Daniel Vetter
On Fri, Jun 07, 2013 at 09:00:51AM +0100, Chris Wilson wrote: > On Fri, Jun 07, 2013 at 07:51:10AM +0200, Daniel Vetter wrote: > > On Sat, Jun 01, 2013 at 07:45:56PM +0200, Daniel Vetter wrote: > > > We always limited the link bw calculations to 24bpp. Tested with > > > my shiny new high-bpc screen

Re: [Intel-gfx] [PATCH 2/2] drm/i915: enable 30bpp for DP outputs

2013-06-07 Thread Chris Wilson
On Fri, Jun 07, 2013 at 07:51:10AM +0200, Daniel Vetter wrote: > On Sat, Jun 01, 2013 at 07:45:56PM +0200, Daniel Vetter wrote: > > We always limited the link bw calculations to 24bpp. Tested with > > my shiny new high-bpc screen, seems to work as advertised. > > > > Signed-off-by: Daniel Vetter

Re: [Intel-gfx] [PATCH 2/2] drm/i915: enable 30bpp for DP outputs

2013-06-06 Thread Daniel Vetter
On Sat, Jun 01, 2013 at 07:45:56PM +0200, Daniel Vetter wrote: > We always limited the link bw calculations to 24bpp. Tested with > my shiny new high-bpc screen, seems to work as advertised. > > Signed-off-by: Daniel Vetter Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=65280 Tested-by:

[Intel-gfx] [PATCH 2/2] drm/i915: enable 30bpp for DP outputs

2013-06-01 Thread Daniel Vetter
We always limited the link bw calculations to 24bpp. Tested with my shiny new high-bpc screen, seems to work as advertised. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_dp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drive