Re: [PATCH 4/8] drm/display: Split DisplayPort header into core and helper

2022-04-01 Thread Javier Martinez Canillas
On 3/22/22 20:27, Thomas Zimmermann wrote: > Move DisplayPort protocol constants and structures into the new > header drm_dp.h, which can be used by DRM core components. The > existing header drm_dp_helper.h now only contains helper code for > graphics drivers. No functional changes. > > Signed-of

[PATCH 4/8] drm/display: Split DisplayPort header into core and helper

2022-03-22 Thread Thomas Zimmermann
Move DisplayPort protocol constants and structures into the new header drm_dp.h, which can be used by DRM core components. The existing header drm_dp_helper.h now only contains helper code for graphics drivers. No functional changes. Signed-off-by: Thomas Zimmermann --- Documentation/gpu/drm-kms