Re: [Freedreno] [PATCH 1/5] drm/msm: rearrange the gpu_rmw() function

2018-04-03 Thread Jordan Crouse
On Fri, Mar 23, 2018 at 12:49:47PM +0530, Sharat Masetty wrote: > The register read-modify-write construct is generic enough > that it can be used by other subsystems as needed, create > a more generic rmw() function and have the gpu_rmw() use > this new function. Reviewed-by: Jordan Crouse > S

[PATCH 1/5] drm/msm: rearrange the gpu_rmw() function

2018-03-23 Thread Sharat Masetty
The register read-modify-write construct is generic enough that it can be used by other subsystems as needed, create a more generic rmw() function and have the gpu_rmw() use this new function. Signed-off-by: Sharat Masetty --- drivers/gpu/drm/msm/msm_drv.c | 8 drivers/gpu/drm/msm/msm_d