drm: Implement HDR source metadata set and get property handling
authorUma Shankar <uma.shankar@intel.com>
Wed, 31 May 2017 10:10:55 +0000 (15:40 +0530)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commita149ed8f071d8b4c17dfb64b361568d1b0c84954
treefbf055d4760699592b9dc848e78c215745b7dfed
parentf7366a5645bbb1a2f9122ae46c5e70738f715c5a
drm: Implement HDR source metadata set and get property handling

HDR source metadata set and get property implemented in this
patch. The blob data is received from userspace and saved in
connector state, the same is returned as blob in get property
call to userspace.

Signed-off-by: Uma Shankar <uma.shankar@intel.com>
drivers/gpu/drm/drm_atomic.c
drivers/gpu/drm/drm_atomic_helper.c