[Freedreno] [PATCH v2 1/1] gpu: drm: msm_drv: add missing of_node_put after calling of_parse_phandle

2016-07-04 Thread Peter Chen
of_node_put needs to be called when the device node which is got from of_parse_phandle has finished using. Signed-off-by: Peter Chen --- Changes for v2: - There are two missings in the code, handle it both in one patch drivers/gpu/drm/msm/msm_drv.c | 2 ++ 1 file changed, 2 insertions(+) diff

[Freedreno] [PATCH 1/1] gpu: drm: msm_drv: add missing of_node_put after calling of_parse_phandle

2016-07-04 Thread Peter Chen
of_node_put needs to be called when the device node which is got from of_parse_phandle has finished using. Signed-off-by: Peter Chen --- drivers/gpu/drm/msm/msm_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/msm/msm_drv.c b/drivers/gpu/drm/msm/msm_drv.c index 9c65409..

Re: [Freedreno] [PATCH 01/12] gallium/util: make util_copy_framebuffer_state(src=NULL) work

2016-07-04 Thread Marek Olšák
Patches 1, 2: Reviewed-by: Marek Olšák Marek On Sat, Jul 2, 2016 at 6:52 PM, Rob Clark wrote: > From: Rob Clark > > Be more consistent with the other u_inlines util_copy_xyz_state() > helpers and support NULL src. > > Signed-off-by: Rob Clark > --- > src/gallium/auxiliary/util/u_framebuffer