Re: [PATCH v2 4/9] drm/udl: Inline DPMS code into CRTC enable and disable functions

2019-12-10 Thread Thomas Zimmermann
Hi Am 09.12.19 um 15:35 schrieb Emil Velikov: > On Fri, 6 Dec 2019 at 12:47, Thomas Zimmermann wrote: >> >> DPMS functionality is only used by the CRTC's enable and disable >> functions. Inline the code. >> >> Signed-off-by: Thomas Zimmermann >> --- >> drivers/gpu/drm/udl/udl_modeset.c | 84

Re: [PATCH v2 4/9] drm/udl: Inline DPMS code into CRTC enable and disable functions

2019-12-09 Thread Emil Velikov
On Fri, 6 Dec 2019 at 12:47, Thomas Zimmermann wrote: > > DPMS functionality is only used by the CRTC's enable and disable > functions. Inline the code. > > Signed-off-by: Thomas Zimmermann > --- > drivers/gpu/drm/udl/udl_modeset.c | 84 +++ > 1 file changed, 30

[PATCH v2 4/9] drm/udl: Inline DPMS code into CRTC enable and disable functions

2019-12-06 Thread Thomas Zimmermann
DPMS functionality is only used by the CRTC's enable and disable functions. Inline the code. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/udl/udl_modeset.c | 84 +++ 1 file changed, 30 insertions(+), 54 deletions(-) diff --git