linux_dsm_epyc7002/drivers/gpu/drm/arm/display/komeda
james qian wang (Arm Technology China) 981d29d2db drm/komeda: Add komeda_format_caps for format handling
komeda_format_caps is for describing ARM display specific features and
limitations of a specific format, and format_caps will be linked into
&komeda_framebuffer like a extension of &drm_format_info.
And komed_format_caps_table will be initialized before the enum_resources,
since the layer features description depend on this format_caps table, so
we'd better initialize the table first.

Changes in v4:
- Rebase.

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>
2019-01-14 11:09:50 +00:00
..
d71 drm/komeda: Add komeda_format_caps for format handling 2019-01-14 11:09:50 +00:00
komeda_dev.c drm/komeda: Add komeda_format_caps for format handling 2019-01-14 11:09:50 +00:00
komeda_dev.h drm/komeda: Add komeda_format_caps for format handling 2019-01-14 11:09:50 +00:00
komeda_drv.c
komeda_format_caps.c drm/komeda: Add komeda_format_caps for format handling 2019-01-14 11:09:50 +00:00
komeda_format_caps.h drm/komeda: Add komeda_format_caps for format handling 2019-01-14 11:09:50 +00:00
komeda_pipeline.c drm/komeda: Add DT parsing 2019-01-14 11:09:37 +00:00
komeda_pipeline.h drm/komeda: Add komeda_format_caps for format handling 2019-01-14 11:09:50 +00:00
Makefile drm/komeda: Add komeda_format_caps for format handling 2019-01-14 11:09:50 +00:00