* [PATCH] drm/tilcdc increase allowable supported resolution
@ 2014-03-03 19:08 Felipe Balbi
2014-04-24 17:58 ` Felipe Balbi
2014-04-24 20:51 ` Rob Clark
0 siblings, 2 replies; 4+ messages in thread
From: Felipe Balbi @ 2014-03-03 19:08 UTC (permalink / raw)
To: airlied
Cc: airlied, robdclark, bparrot, dri-devel, Linux Kernel Mailing List,
Darren Etheridge
From: Darren Etheridge <detheridge@ti.com>
1680x1050 appears to also be within the bandwidth capabilities
of the device and memory infrastructure.
Signed-off-by: Darren Etheridge <detheridge@ti.com>
---
drivers/gpu/drm/tilcdc/tilcdc_drv.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_drv.h b/drivers/gpu/drm/tilcdc/tilcdc_drv.h
index 5bb64e3..b47ec24 100644
--- a/drivers/gpu/drm/tilcdc/tilcdc_drv.h
+++ b/drivers/gpu/drm/tilcdc/tilcdc_drv.h
@@ -43,7 +43,7 @@
* with optimized DDR & EMIF settings tweaked 1920x1080@24 appears to
* be supportable
*/
-#define TILCDC_DEFAULT_MAX_BANDWIDTH (1280*1024*60)
+#define TILCDC_DEFAULT_MAX_BANDWIDTH (1680*1050*60)
struct tilcdc_drm_private {
--
1.9.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] drm/tilcdc increase allowable supported resolution
2014-03-03 19:08 [PATCH] drm/tilcdc increase allowable supported resolution Felipe Balbi
@ 2014-04-24 17:58 ` Felipe Balbi
2014-04-24 20:51 ` Rob Clark
1 sibling, 0 replies; 4+ messages in thread
From: Felipe Balbi @ 2014-04-24 17:58 UTC (permalink / raw)
To: Felipe Balbi
Cc: airlied, airlied, robdclark, bparrot, dri-devel,
Linux Kernel Mailing List, Darren Etheridge
[-- Attachment #1: Type: text/plain, Size: 1188 bytes --]
On Mon, Mar 03, 2014 at 01:08:58PM -0600, Felipe Balbi wrote:
> From: Darren Etheridge <detheridge@ti.com>
>
> 1680x1050 appears to also be within the bandwidth capabilities
> of the device and memory infrastructure.
>
> Signed-off-by: Darren Etheridge <detheridge@ti.com>
ping
> ---
> drivers/gpu/drm/tilcdc/tilcdc_drv.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/tilcdc/tilcdc_drv.h b/drivers/gpu/drm/tilcdc/tilcdc_drv.h
> index 5bb64e3..b47ec24 100644
> --- a/drivers/gpu/drm/tilcdc/tilcdc_drv.h
> +++ b/drivers/gpu/drm/tilcdc/tilcdc_drv.h
> @@ -43,7 +43,7 @@
> * with optimized DDR & EMIF settings tweaked 1920x1080@24 appears to
> * be supportable
> */
> -#define TILCDC_DEFAULT_MAX_BANDWIDTH (1280*1024*60)
> +#define TILCDC_DEFAULT_MAX_BANDWIDTH (1680*1050*60)
>
>
> struct tilcdc_drm_private {
> --
> 1.9.0
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] drm/tilcdc increase allowable supported resolution
2014-03-03 19:08 [PATCH] drm/tilcdc increase allowable supported resolution Felipe Balbi
2014-04-24 17:58 ` Felipe Balbi
@ 2014-04-24 20:51 ` Rob Clark
2014-04-24 21:18 ` Darren Etheridge
1 sibling, 1 reply; 4+ messages in thread
From: Rob Clark @ 2014-04-24 20:51 UTC (permalink / raw)
To: Felipe Balbi
Cc: David Airlie, airlied@redhat.com, Benoit Parrot,
dri-devel@lists.freedesktop.org, Linux Kernel Mailing List,
Darren Etheridge
On Mon, Mar 3, 2014 at 2:08 PM, Felipe Balbi <balbi@ti.com> wrote:
> From: Darren Etheridge <detheridge@ti.com>
>
> 1680x1050 appears to also be within the bandwidth capabilities
> of the device and memory infrastructure.
For this one, is 1680x1050 possible on all devices w/ tilcdc (like 1st
gen beaglebone (white), etc)? If not, maybe better to keep the
default conservative and override the default in devicetree..
BR,
-R
> Signed-off-by: Darren Etheridge <detheridge@ti.com>
> ---
> drivers/gpu/drm/tilcdc/tilcdc_drv.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/tilcdc/tilcdc_drv.h b/drivers/gpu/drm/tilcdc/tilcdc_drv.h
> index 5bb64e3..b47ec24 100644
> --- a/drivers/gpu/drm/tilcdc/tilcdc_drv.h
> +++ b/drivers/gpu/drm/tilcdc/tilcdc_drv.h
> @@ -43,7 +43,7 @@
> * with optimized DDR & EMIF settings tweaked 1920x1080@24 appears to
> * be supportable
> */
> -#define TILCDC_DEFAULT_MAX_BANDWIDTH (1280*1024*60)
> +#define TILCDC_DEFAULT_MAX_BANDWIDTH (1680*1050*60)
>
>
> struct tilcdc_drm_private {
> --
> 1.9.0
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] drm/tilcdc increase allowable supported resolution
2014-04-24 20:51 ` Rob Clark
@ 2014-04-24 21:18 ` Darren Etheridge
0 siblings, 0 replies; 4+ messages in thread
From: Darren Etheridge @ 2014-04-24 21:18 UTC (permalink / raw)
To: Rob Clark
Cc: Felipe Balbi, David Airlie, airlied@redhat.com, Benoit Parrot,
dri-devel@lists.freedesktop.org, Linux Kernel Mailing List
Rob Clark <robdclark@gmail.com> wrote on Thu [2014-Apr-24 16:51:04 -0400]:
> On Mon, Mar 3, 2014 at 2:08 PM, Felipe Balbi <balbi@ti.com> wrote:
> > From: Darren Etheridge <detheridge@ti.com>
> >
> > 1680x1050 appears to also be within the bandwidth capabilities
> > of the device and memory infrastructure.
>
> For this one, is 1680x1050 possible on all devices w/ tilcdc (like 1st
> gen beaglebone (white), etc)? If not, maybe better to keep the
> default conservative and override the default in devicetree..
>
Fair point Rob, I didn't test BeagleBone White at that resolution, only
BeagleBone Black. I'll redo this patch as a BBB specific dts change
given we already have a max-bandwidth DT binding in place for tilcdc.
Thanks for reviewing it.
Darren
> BR,
> -R
>
> > Signed-off-by: Darren Etheridge <detheridge@ti.com>
> > ---
> > drivers/gpu/drm/tilcdc/tilcdc_drv.h | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/tilcdc/tilcdc_drv.h b/drivers/gpu/drm/tilcdc/tilcdc_drv.h
> > index 5bb64e3..b47ec24 100644
> > --- a/drivers/gpu/drm/tilcdc/tilcdc_drv.h
> > +++ b/drivers/gpu/drm/tilcdc/tilcdc_drv.h
> > @@ -43,7 +43,7 @@
> > * with optimized DDR & EMIF settings tweaked 1920x1080@24 appears to
> > * be supportable
> > */
> > -#define TILCDC_DEFAULT_MAX_BANDWIDTH (1280*1024*60)
> > +#define TILCDC_DEFAULT_MAX_BANDWIDTH (1680*1050*60)
> >
> >
> > struct tilcdc_drm_private {
> > --
> > 1.9.0
> >
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-04-24 21:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-03 19:08 [PATCH] drm/tilcdc increase allowable supported resolution Felipe Balbi
2014-04-24 17:58 ` Felipe Balbi
2014-04-24 20:51 ` Rob Clark
2014-04-24 21:18 ` Darren Etheridge
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox