linux/drivers/gpu/drm/amd/display/amdgpu_dm
Shirish S 64d8b7806e drm/amd/display: update plane functionalities
This patch introduces amdgpu_drm_plane_state
structure, which subclasses drm_plane_state and
holds data suitable for configuring hardware.

It switches reset(), atomic_duplicate_state()
& atomic_destroy_state() functions to new internal
implementation, earlier they were pointing to
drm core functions.

TESTS(On Chromium OS on Stoney Only)
* Builds without compilation errors.
* 'plane_test' passes for XR24 format
  based Overlay plane.
* Chromium OS ui comes up.

Signed-off-by: Shirish S <shirish.s@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2017-09-26 17:21:46 -04:00
..
amdgpu_dm_helpers.c
amdgpu_dm_irq.c drm/amd/display: Register on VLBLANK ISR. 2017-09-26 17:11:15 -04:00
amdgpu_dm_irq.h
amdgpu_dm_mst_types.c drm/amd/display: Fix MST physical ports always disconnected 2017-09-26 17:13:51 -04:00
amdgpu_dm_mst_types.h
amdgpu_dm_services.c drm/amd/display: Remove DCE12 guards 2017-09-26 17:19:36 -04:00
amdgpu_dm_types.c drm/amd/display: update plane functionalities 2017-09-26 17:21:46 -04:00
amdgpu_dm_types.h drm/amd/display: decouple per-crtc-plane model 2017-09-26 17:21:35 -04:00
amdgpu_dm.c drm/amd/display: Fix cleanup in amdgpu_dm_initialize_drm_device 2017-09-26 17:21:42 -04:00
amdgpu_dm.h drm/amd/display: Switch to DRM helpers in s3. 2017-09-26 17:18:36 -04:00
Makefile