> On 15 Sep 2026, at 07:57, Laura Nao <[email protected]> wrote:
> 
> Signed-off-by: Laura Nao <[email protected]>
> ---
> drivers/gpu/drm/tyr/gem.rs | 4 ----
> 1 file changed, 4 deletions(-)
> 
> diff --git a/drivers/gpu/drm/tyr/gem.rs b/drivers/gpu/drm/tyr/gem.rs
> index 6ae4e71d3cbf..9a75344acc3b 100644
> --- a/drivers/gpu/drm/tyr/gem.rs
> +++ b/drivers/gpu/drm/tyr/gem.rs
> @@ -142,10 +142,6 @@ pub(crate) fn new(
>         })
>     }
> 
> -    pub(crate) fn bo(&self) -> &Bo {
> -        &self.bo
> -    }
> -
>     /// Returns the GPU virtual address range occupied by this buffer.
>     pub(crate) fn va_range(&self) -> Range<u64> {
>         self.va_range.clone()
> 
> -- 
> 2.39.5
> 

Please squash into patch 3.

— Daniel

Reply via email to