Re: [PATCH] drm: Add deprecation warnings to the old midlayer callbacks

2017-06-20 Thread Daniel Vetter
On Thu, Jun 01, 2017 at 07:25:46PM +0100, Emil Velikov wrote: > On 1 June 2017 at 14:00, Chris Wilson wrote: > > Daniel started a crusade a few years back to move control over the > > initialisation and teardown into the driver rather than drm core, for > > greater control and far fewer surprises.

Re: [PATCH] drm: Add deprecation warnings to the old midlayer callbacks

2017-06-01 Thread kbuild test robot
Hi Chris, [auto build test WARNING on drm/drm-next] [also build test WARNING on v4.12-rc3 next-20170601] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Chris-Wilson/drm-Add-deprecation-warnings-

Re: [PATCH] drm: Add deprecation warnings to the old midlayer callbacks

2017-06-01 Thread kbuild test robot
Hi Chris, [auto build test WARNING on drm/drm-next] [also build test WARNING on v4.12-rc3 next-20170601] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Chris-Wilson/drm-Add-deprecation-warnings-

Re: [PATCH] drm: Add deprecation warnings to the old midlayer callbacks

2017-06-01 Thread Emil Velikov
On 1 June 2017 at 14:00, Chris Wilson wrote: > Daniel started a crusade a few years back to move control over the > initialisation and teardown into the driver rather than drm core, for > greater control and far fewer surprises. Help in that fight by adding > compiler warnings to the stale functio

[PATCH] drm: Add deprecation warnings to the old midlayer callbacks

2017-06-01 Thread Chris Wilson
Daniel started a crusade a few years back to move control over the initialisation and teardown into the driver rather than drm core, for greater control and far fewer surprises. Help in that fight by adding compiler warnings to the stale functions. Signed-off-by: Chris Wilson --- This is not as