Searched hist:"61 f1c4a8ab7575c0147ae6c0d220f9719fdc741e" (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_private_obj.c | 61f1c4a8ab7575c0147ae6c0d220f9719fdc741e Thu Jan 03 12:41:30 CET 2019 james qian wang (Arm Technology China) <james.qian.wang@arm.com> drm/komeda: Attach komeda_dev to DRM-KMS
Add komeda_kms abstracton to attach komeda_dev to DRM-KMS CRTC: according to the komeda_pipeline PLANE: according to komeda_layer (layer input pipeline) PRIVATE_OBJS: komeda_pipeline/component all will be treat as private_objs
komeda_kms is for connecting DRM-KMS and komeda_dev, like reporting the kms object properties according to the komeda_dev, and pass/convert KMS's requirement to komeda_dev.
Changes in v4: - Set drm_atomic_helper_check as mode_config->atomic_check.
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>
|
H A D | Makefile | diff 61f1c4a8ab7575c0147ae6c0d220f9719fdc741e Thu Jan 03 12:41:30 CET 2019 james qian wang (Arm Technology China) <james.qian.wang@arm.com> drm/komeda: Attach komeda_dev to DRM-KMS
Add komeda_kms abstracton to attach komeda_dev to DRM-KMS CRTC: according to the komeda_pipeline PLANE: according to komeda_layer (layer input pipeline) PRIVATE_OBJS: komeda_pipeline/component all will be treat as private_objs
komeda_kms is for connecting DRM-KMS and komeda_dev, like reporting the kms object properties according to the komeda_dev, and pass/convert KMS's requirement to komeda_dev.
Changes in v4: - Set drm_atomic_helper_check as mode_config->atomic_check.
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>
|
H A D | komeda_pipeline.h | diff 61f1c4a8ab7575c0147ae6c0d220f9719fdc741e Thu Jan 03 12:41:30 CET 2019 james qian wang (Arm Technology China) <james.qian.wang@arm.com> drm/komeda: Attach komeda_dev to DRM-KMS
Add komeda_kms abstracton to attach komeda_dev to DRM-KMS CRTC: according to the komeda_pipeline PLANE: according to komeda_layer (layer input pipeline) PRIVATE_OBJS: komeda_pipeline/component all will be treat as private_objs
komeda_kms is for connecting DRM-KMS and komeda_dev, like reporting the kms object properties according to the komeda_dev, and pass/convert KMS's requirement to komeda_dev.
Changes in v4: - Set drm_atomic_helper_check as mode_config->atomic_check.
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>
|
H A D | komeda_plane.c | 61f1c4a8ab7575c0147ae6c0d220f9719fdc741e Thu Jan 03 12:41:30 CET 2019 james qian wang (Arm Technology China) <james.qian.wang@arm.com> drm/komeda: Attach komeda_dev to DRM-KMS
Add komeda_kms abstracton to attach komeda_dev to DRM-KMS CRTC: according to the komeda_pipeline PLANE: according to komeda_layer (layer input pipeline) PRIVATE_OBJS: komeda_pipeline/component all will be treat as private_objs
komeda_kms is for connecting DRM-KMS and komeda_dev, like reporting the kms object properties according to the komeda_dev, and pass/convert KMS's requirement to komeda_dev.
Changes in v4: - Set drm_atomic_helper_check as mode_config->atomic_check.
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>
|
H A D | komeda_kms.h | 61f1c4a8ab7575c0147ae6c0d220f9719fdc741e Thu Jan 03 12:41:30 CET 2019 james qian wang (Arm Technology China) <james.qian.wang@arm.com> drm/komeda: Attach komeda_dev to DRM-KMS
Add komeda_kms abstracton to attach komeda_dev to DRM-KMS CRTC: according to the komeda_pipeline PLANE: according to komeda_layer (layer input pipeline) PRIVATE_OBJS: komeda_pipeline/component all will be treat as private_objs
komeda_kms is for connecting DRM-KMS and komeda_dev, like reporting the kms object properties according to the komeda_dev, and pass/convert KMS's requirement to komeda_dev.
Changes in v4: - Set drm_atomic_helper_check as mode_config->atomic_check.
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>
|
H A D | komeda_drv.c | diff 61f1c4a8ab7575c0147ae6c0d220f9719fdc741e Thu Jan 03 12:41:30 CET 2019 james qian wang (Arm Technology China) <james.qian.wang@arm.com> drm/komeda: Attach komeda_dev to DRM-KMS
Add komeda_kms abstracton to attach komeda_dev to DRM-KMS CRTC: according to the komeda_pipeline PLANE: according to komeda_layer (layer input pipeline) PRIVATE_OBJS: komeda_pipeline/component all will be treat as private_objs
komeda_kms is for connecting DRM-KMS and komeda_dev, like reporting the kms object properties according to the komeda_dev, and pass/convert KMS's requirement to komeda_dev.
Changes in v4: - Set drm_atomic_helper_check as mode_config->atomic_check.
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>
|
H A D | komeda_crtc.c | 61f1c4a8ab7575c0147ae6c0d220f9719fdc741e Thu Jan 03 12:41:30 CET 2019 james qian wang (Arm Technology China) <james.qian.wang@arm.com> drm/komeda: Attach komeda_dev to DRM-KMS
Add komeda_kms abstracton to attach komeda_dev to DRM-KMS CRTC: according to the komeda_pipeline PLANE: according to komeda_layer (layer input pipeline) PRIVATE_OBJS: komeda_pipeline/component all will be treat as private_objs
komeda_kms is for connecting DRM-KMS and komeda_dev, like reporting the kms object properties according to the komeda_dev, and pass/convert KMS's requirement to komeda_dev.
Changes in v4: - Set drm_atomic_helper_check as mode_config->atomic_check.
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>
|
H A D | komeda_kms.c | 61f1c4a8ab7575c0147ae6c0d220f9719fdc741e Thu Jan 03 12:41:30 CET 2019 james qian wang (Arm Technology China) <james.qian.wang@arm.com> drm/komeda: Attach komeda_dev to DRM-KMS
Add komeda_kms abstracton to attach komeda_dev to DRM-KMS CRTC: according to the komeda_pipeline PLANE: according to komeda_layer (layer input pipeline) PRIVATE_OBJS: komeda_pipeline/component all will be treat as private_objs
komeda_kms is for connecting DRM-KMS and komeda_dev, like reporting the kms object properties according to the komeda_dev, and pass/convert KMS's requirement to komeda_dev.
Changes in v4: - Set drm_atomic_helper_check as mode_config->atomic_check.
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>
|