[PATCH] drm: Don't export internal module variables

2014-06-02 Thread Daniel Vetter
On Mon, Jun 02, 2014 at 12:08:39PM +0200, David Herrmann wrote: > Hi > > On Mon, Jun 2, 2014 at 10:01 AM, Daniel Vetter wrote: > > On Sun, Jun 01, 2014 at 02:04:45PM +0200, David Herrmann wrote: > >> Hi > >> > >> On Thu, May 29, 2014 at 7:25 PM, Daniel Vetter > >> wrote: > >> > Drivers really h

[PATCH] drm: Don't export internal module variables

2014-06-02 Thread David Herrmann
Hi On Mon, Jun 2, 2014 at 10:01 AM, Daniel Vetter wrote: > On Sun, Jun 01, 2014 at 02:04:45PM +0200, David Herrmann wrote: >> Hi >> >> On Thu, May 29, 2014 at 7:25 PM, Daniel Vetter >> wrote: >> > Drivers really have no business touching these. Noticed because >> > exynose _did_ touch the vblan

[PATCH] drm: Don't export internal module variables

2014-06-02 Thread Daniel Vetter
On Sun, Jun 01, 2014 at 02:04:45PM +0200, David Herrmann wrote: > Hi > > On Thu, May 29, 2014 at 7:25 PM, Daniel Vetter > wrote: > > Drivers really have no business touching these. Noticed because > > exynose _did_ touch the vblank off delay, which could potentially > > affect other drivers. > >

[PATCH] drm: Don't export internal module variables

2014-06-01 Thread David Herrmann
Hi On Thu, May 29, 2014 at 7:25 PM, Daniel Vetter wrote: > Drivers really have no business touching these. Noticed because > exynose _did_ touch the vblank off delay, which could potentially > affect other drivers. > > drm_debug is an exception since it's used in macros and inline > functions. >

[PATCH] drm: Don't export internal module variables

2014-05-29 Thread Daniel Vetter
Drivers really have no business touching these. Noticed because exynose _did_ touch the vblank off delay, which could potentially affect other drivers. drm_debug is an exception since it's used in macros and inline functions. v2: Drop bonghits changes. Note to self: Don't submit patches before fi

[PATCH] drm: Don't export internal module variables

2014-05-29 Thread Alex Deucher
On Thu, May 29, 2014 at 1:25 PM, Daniel Vetter wrote: > Drivers really have no business touching these. Noticed because > exynose _did_ touch the vblank off delay, which could potentially > affect other drivers. > > drm_debug is an exception since it's used in macros and inline > functions. > > v

[PATCH] drm: Don't export internal module variables

2014-05-29 Thread Daniel Vetter
Drivers really have no business touching these. Noticed because exynose _did_ touch the vblank off delay, which could potentially affect other drivers. drm_debug is an exception since it's used in macros and inline functions. Cc: Inki Dae Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_st

[PATCH] drm: Don't export internal module variables

2014-05-29 Thread Alex Deucher
On Thu, May 29, 2014 at 6:50 AM, Daniel Vetter wrote: > Drivers really have no business touching these. Noticed because > exynose _did_ touch the vblank off delay, which could potentially > affect other drivers. > > drm_debug is an exception since it's used in macros and inline > functions. > > C