[PATCH] drm: export tile-group functions

2015-03-28 Thread Dave Airlie
Acked-by: Dave Airlie On 28 March 2015 at 03:06, Rob Clark wrote: > btw, if no one has a problem with this, I can include it with msm pull > req when I send that.. one way or another we need it prior to the msm > dsi patches > > BR, > -R > > > On Fri, Mar 27, 2015 at 1:04 PM, Rob Clark wrote:

[PATCH] drm: export tile-group functions

2015-03-27 Thread Rob Clark
btw, if no one has a problem with this, I can include it with msm pull req when I send that.. one way or another we need it prior to the msm dsi patches BR, -R On Fri, Mar 27, 2015 at 1:04 PM, Rob Clark wrote: > Normally these are called from within drm core, from the EDID parsing > code. But

[PATCH] drm: export tile-group functions

2015-03-27 Thread Rob Clark
Normally these are called from within drm core, from the EDID parsing code. But for dual-dsi in some drivers (at least drm/msm) we need to call these from the driver. So they should be exported. Signed-off-by: Rob Clark --- drivers/gpu/drm/drm_crtc.c | 2 ++ 1 file changed, 2 insertions(+) di