summaryrefslogtreecommitdiff
path: root/include/drm/intel
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2026-04-10 18:04:43 +0300
committerVille Syrjälä <ville.syrjala@linux.intel.com>2026-04-15 12:36:40 +0300
commit24104d589dad3b2fc342304db474be8e958f6852 (patch)
tree3ead2852240f932054c3fa0062bd32937265f3ee /include/drm/intel
parent85b4011bef446eb46e028a38bf4ed2dff976a74e (diff)
drm/i915: Make plane_config->fb a struct drm_framebuffer*
There's no need to use the intel specific struct intel_framebuffer* type in the initial plane_config structure. Just make it a struct drm_framebuffer*. I think the fewer special types we expose in the interface (even if just pointers) the better. At least then there is no need to change the interface definition if we ever change the internal types. And I hope that the existing examples will generally encourage people to not expose more special types unless absolutely necessary. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patch.msgid.link/20260410150449.9699-5-ville.syrjala@linux.intel.com Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'include/drm/intel')
0 files changed, 0 insertions, 0 deletions