drm/msm: property read should return success for virtual crtc
Crtc's are virtualized in msm platforms. Properties that are attached to
crtc might not be backed by hardware. If clients call set/get property
on virtual crtc, set/get shouldn't fail if hardware is not attached
to the crtc.
Change will return success for crtc property set/get in all cases to ensure
that display will continue to work.
Change-Id: I917176d14983d1c5712352df47ec4fc2f214659b
Signed-off-by: Gopikrishnaiah Anandan <agopik@codeaurora.org>
1 file changed