Re: [PATCH] drm/i810: Use CONFIG_PREEMPTION

2019-07-31 Thread Daniel Vetter
On Fri, Jul 26, 2019 at 10:25:20PM +0200, Thomas Gleixner wrote: > CONFIG_PREEMPTION is selected by CONFIG_PREEMPT and by > CONFIG_PREEMPT_RT. Both PREEMPT and PREEMPT_RT require the same > functionality which today depends on CONFIG_PREEMPT. > > Change the Kconfig dependency of i810 to

Re: [PATCH] drm/i810: Use CONFIG_PREEMPTION

2019-07-29 Thread Thomas Gleixner
On Sat, 27 Jul 2019, Daniel Vetter wrote: > On Fri, Jul 26, 2019 at 10:25 PM Thomas Gleixner wrote: > > > > CONFIG_PREEMPTION is selected by CONFIG_PREEMPT and by > > CONFIG_PREEMPT_RT. Both PREEMPT and PREEMPT_RT require the same > > functionality which today depends on CONFIG_PREEMPT. > > > >

[PATCH] drm/i810: Use CONFIG_PREEMPTION

2019-07-29 Thread Thomas Gleixner
CONFIG_PREEMPTION is selected by CONFIG_PREEMPT and by CONFIG_PREEMPT_RT. Both PREEMPT and PREEMPT_RT require the same functionality which today depends on CONFIG_PREEMPT. Change the Kconfig dependency of i810 to !CONFIG_PREEMPTION so the driver is not accidentally built on a RT kernel.

Re: [PATCH] drm/i810: Use CONFIG_PREEMPTION

2019-07-26 Thread Daniel Vetter
On Fri, Jul 26, 2019 at 10:25 PM Thomas Gleixner wrote: > > CONFIG_PREEMPTION is selected by CONFIG_PREEMPT and by > CONFIG_PREEMPT_RT. Both PREEMPT and PREEMPT_RT require the same > functionality which today depends on CONFIG_PREEMPT. > > Change the Kconfig dependency of i810 to