Skip to content

drm: grab correct handle for plane != 0

Lucas Stach requested to merge lynxeye/kmscube:drm-multiplanar-handle into master

Multiplanar formats can have different BOs for each plane, so call the correct GBM function to get the handle for a specific plane.

Merge request reports