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
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
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.
> >
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.
>
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
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
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
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