On Wed, Jun 3, 2020 at 1:31 AM Thomas Zimmermann <[email protected]> wrote: > > The kirin drivers uses drm_gem_cma_dumb_create_internal() for its > .dumb_create implementation. The function is meant for internal use > only by drivers that require additional buffer setup. > > Kirin does not do an additional setup, so convert it over to > drm_gem_cma_dumb_create(). > > Signed-off-by: Thomas Zimmermann <[email protected]> > Acked-by: Emil Velikov <[email protected]> > Cc: Xu YiPing <[email protected]> > Cc: Rongrong Zou <[email protected]> > Cc: Xinliang Liu <[email protected]>
Thanks for sending this out! Works fine on my HiKey board. Tested-by: John Stultz <[email protected]> thanks -john _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
