Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: writeback: Fix doc that says connector should be disconnected

During iteration process one of the proposed mechanism for not
breaking existing userspace was to report writeback connectors as
disconnected, however the final version used
DRM_CLIENT_CAP_WRITEBACK_CONNECTORS for that purpose.

Change-Id: I2319d099f7669094c8530f1521abdbca08e76486
Signed-off-by: Alexandru Gheorghe <alexandru-cosmin.gheorghe@arm.com>
Reviewed-by: Sean Paul <seanpaul@chromium.org>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/238399/

+2 -2
+2 -2
drivers/gpu/drm/drm_writeback.c
··· 25 25 * 26 26 * * Writeback connectors don't provide a way to output visually to the user. 27 27 * 28 - * * Writeback connectors should always report as "disconnected" (so that 29 - * clients which don't understand them will ignore them). 28 + * * Writeback connectors are visible to userspace only when the client sets 29 + * DRM_CLIENT_CAP_WRITEBACK_CONNECTORS. 30 30 * 31 31 * * Writeback connectors don't have EDID. 32 32 *