OSDN Git Service

drm/komeda: komeda_dev/pipeline/component definition and initialzation
authorjames qian wang (Arm Technology China) <james.qian.wang@arm.com>
Thu, 3 Jan 2019 11:39:48 +0000 (11:39 +0000)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Mon, 14 Jan 2019 11:09:23 +0000 (11:09 +0000)
commitbd628c1bed7902ec1f24ba0fe70758949146abbe
tree103461a1622a7d62b26d7b41d784f621a074ca74
parent37fc9bb022c654e261c5a7d2ce600c6ce26c022d
drm/komeda: komeda_dev/pipeline/component definition and initialzation

1. Added a brief definition of komeda_dev/pipeline/component, this change
   didn't add the detailed component features and capabilities, which will
   be added in the following changes.
2. Corresponding resources discovery and initialzation functions.

Changes in v4:
- Deleted unnecessary headers

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

Changes in v2:
- Unified abbreviation of "pipeline" to "pipe".

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