Re: [PATCH 04/11] drm/msm/dpu: Remove dpu_crtc_is_enabled()

2018-11-06 Thread Sean Paul
On Mon, Nov 05, 2018 at 04:30:56PM -0700, Jordan Crouse wrote: > The static inline function dpu_crtc_enabled() is only called once > and the function that calls it in turn is only called once and > the return value can be easily checked in the calling functions > so collapse everything down. > > S

[PATCH 04/11] drm/msm/dpu: Remove dpu_crtc_is_enabled()

2018-11-05 Thread Jordan Crouse
The static inline function dpu_crtc_enabled() is only called once and the function that calls it in turn is only called once and the return value can be easily checked in the calling functions so collapse everything down. Signed-off-by: Jordan Crouse --- drivers/gpu/drm/msm/disp/dpu1/dpu_core_pe

Re: [PATCH 04/11] drm/msm/dpu: Remove dpu_crtc_is_enabled()

2018-10-18 Thread Bruce Wang
On Thu, Oct 18, 2018 at 3:59 PM Jordan Crouse wrote: > > The static inline function dpu_crtc_enabled() is only called once > and the function that calls it in turn is only called once and > the return value can be easily checked in the calling functions > so collapse everything down. > > Signed-of

[PATCH 04/11] drm/msm/dpu: Remove dpu_crtc_is_enabled()

2018-10-18 Thread Jordan Crouse
The static inline function dpu_crtc_enabled() is only called once and the function that calls it in turn is only called once and the return value can be easily checked in the calling functions so collapse everything down. Signed-off-by: Jordan Crouse --- drivers/gpu/drm/msm/disp/dpu1/dpu_core_pe