[Freedreno] [PATCH] drm/msm/dpu: add rotation property

2019-08-21 Thread Rob Clark
From: Rob Clark Signed-off-by: Rob Clark --- drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | 20 1 file changed, 20 insertions(+) diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c b/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c index 45bfac9e3af7..c5653771e8fa 100644 ---

Re: [Freedreno] [PATCH v5 2/7] dt-bindings: display: msm: gmu: add optional ocmem property

2019-08-21 Thread Brian Masney
On Wed, Aug 21, 2019 at 02:26:02PM -0500, Rob Herring wrote: > On Mon, Aug 05, 2019 at 08:22:24PM -0400, Brian Masney wrote: > > Some A3xx and A4xx Adreno GPUs do not have GMEM inside the GPU core and > > must use the On Chip MEMory (OCMEM) in order to be functional. Add the > > optional ocmem

Re: [Freedreno] [PATCH v5 2/7] dt-bindings: display: msm: gmu: add optional ocmem property

2019-08-21 Thread Rob Herring
On Mon, Aug 05, 2019 at 08:22:24PM -0400, Brian Masney wrote: > Some A3xx and A4xx Adreno GPUs do not have GMEM inside the GPU core and > must use the On Chip MEMory (OCMEM) in order to be functional. Add the > optional ocmem property to the Adreno Graphics Management Unit bindings. > >

Re: [Freedreno] [PATCH] drm/msm/dpu: fix "frame done" timeouts

2019-08-21 Thread Sean Paul
On Tue, Aug 20, 2019 at 04:12:28PM -0700, Rob Clark wrote: > From: Rob Clark > > Previously, dpu_crtc_frame_event_work() would try to aquire all the > modeset locks in order to check whether it can release bandwidth. (If > we only have cmd-mode display, bandwidth can be released at frame-done >