Re: [PATCH 00/10] drm: Hide import_attach from GEM code and helpers

2025-03-05 Thread Thomas Zimmermann
Am 05.03.25 um 16:38 schrieb Christian König: Reviewed-by: Christian König for the entire series. Thanks. I have equivalent patches for drivers as well. I'll send them out once this series has propagated through the trees. Best regards Thomas Regards, Christian. Am 26.02.25 um 18:03

Re: [PATCH 00/10] drm: Hide import_attach from GEM code and helpers

2025-03-05 Thread Christian König
Reviewed-by: Christian König for the entire series. Regards, Christian. Am 26.02.25 um 18:03 schrieb Thomas Zimmermann: > Do not use struct drm_gem_object.import_attach unnecessarily. The > field is set by the PRIME import helpers. GEM and other helpers use > it for testing for imported dma-bufs

[PATCH 00/10] drm: Hide import_attach from GEM code and helpers

2025-02-26 Thread Thomas Zimmermann
Do not use struct drm_gem_object.import_attach unnecessarily. The field is set by the PRIME import helpers. GEM and other helpers use it for testing for imported dma-bufs and retrieving the respective dma-buf instance. Replace all tests for import_attach with the new GEM helper function drm_gem_is