]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/msm/dpu: Use simple list for plane format init
authorFritz Koenig <frkoenig@google.com>
Tue, 11 Dec 2018 18:42:21 +0000 (10:42 -0800)
committerSean Paul <seanpaul@chromium.org>
Fri, 1 Feb 2019 15:35:54 +0000 (10:35 -0500)
commite6b63a7bb6cd9cd0496b7e6ee05a0bea217933f9
tree27a9737abb91e78b25e505aa83f4cdf8b3c6ce4b
parent6de75d5567386a42b215a053d68db989691e91c6
drm/msm/dpu: Use simple list for plane format init

Simplify the initilization of a list of formats
by passing the list in directly instead of copying
it from one structure to another.

Signed-off-by: Fritz Koenig <frkoenig@google.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c
drivers/gpu/drm/msm/disp/dpu1/dpu_formats.h
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog_format.h
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_util.h
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c