]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/komeda: Add komeda_framebuffer
authorjames qian wang (Arm Technology China) <james.qian.wang@arm.com>
Thu, 3 Jan 2019 11:41:13 +0000 (11:41 +0000)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Mon, 14 Jan 2019 11:20:11 +0000 (11:20 +0000)
commitc46c24bb6b115b0d74789cf089894384875189c7
tree1ecef26b05cf1895eddd07ecdadaed385f0bc64f
parent981d29d2db7c96b942aa4b73fed31469140bcf9d
drm/komeda: Add komeda_framebuffer

komeda_framebuffer is for extending drm_framebuffer to add komeda own
attributes and komeda specific fb handling.

Changes in v3:
- Fixed style problem found by checkpatch.pl --strict.

Signed-off-by: James Qian Wang (Arm Technology China) <james.qian.wang@arm.com>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
drivers/gpu/drm/arm/display/komeda/Makefile
drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.c [new file with mode: 0644]
drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.h [new file with mode: 0644]