linux_dsm_epyc7002/drivers/gpu/drm/amd/display
Shirish S df534fff0d drm/amd/display: Correct the plane enumeration order (v2)
The order of planes is given by the order they are enumerated
by kms.
Planes with a higher ID appears above planes with a lower ID.

Currently the planes are enumerated in the wrong order,
putting the nv12 only plane after the two RGBA planes.

This patch corrects the plane enumeration order such that all
the overlay planes are initialized first then the primary planes.

Due to this change in order the dc_add_plane_to_context() shall
receive the planes in reverse order hence this patch reverses
the parsing of planes in DM side itself.

v2: drop local reverse macro for upstream

Signed-off-by: Shirish S <shirish.s@amd.com>
Signed-off-by: Pratik Vishwakarma <Pratik.Vishwakarma@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2018-03-14 15:16:34 -05:00
..
amdgpu_dm drm/amd/display: Correct the plane enumeration order (v2) 2018-03-14 15:16:34 -05:00
dc drm/amd/display: dal 3.1.38 2018-03-14 15:08:47 -05:00
include drm/amd/display: Implement stats logging 2018-03-14 15:08:47 -05:00
modules drm/amd/display: Fix handling of linear transfer function 2018-03-14 15:08:48 -05:00
Kconfig
Makefile drm/amd: Remove inclusion of non-existing include directories 2018-02-26 23:09:38 -05:00
TODO drm/amd/display: Add TODO item to remove vector.c 2017-12-14 11:01:13 -05:00