Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 7a126ad9 authored by Ray Zhang's avatar Ray Zhang Committed by Gerrit - the friendly Code Review server
Browse files

drm: add private data member to drm_connector



Add a private data member to drm_connector. This is needed
by some driver to keep its own driver specific data. For
example, when connector and bridge are created in different
modules, and the bridge driver will overwrite some ops of
the connector, so the these overwritten connector ops have
to access the bridge driver specific data in order for the
device specific implementation. In this case the private
member could be utilized.

CRs-Fixed: 2140653
Change-Id: Ib1f1d1c43a67ee4390a7f0451c315fd075601741
Signed-off-by: default avatarRay Zhang <rayz@codeaurora.org>
parent afb903f2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment