[Mesa-dev] [PATCH 24/53] i965/drm: Drop deprecated drm_bacon_bo::offset.

Chris Wilson chris at chris-wilson.co.uk
Wed Apr 5 10:30:42 UTC 2017


On Tue, Apr 04, 2017 at 05:10:14PM -0700, Kenneth Graunke wrote:
> This field was the wrong size, so we replaced it with offset64.

Reviewed-by: Chris Wilson <chris at chris-wilson.co.uk>
> ---
>  src/mesa/drivers/dri/i965/brw_bufmgr.h       | 6 ------
>  src/mesa/drivers/dri/i965/intel_bufmgr_gem.c | 3 ---
>  src/mesa/drivers/dri/i965/intel_screen.c     | 2 +-
>  3 files changed, 1 insertion(+), 10 deletions(-)
> 
> diff --git a/src/mesa/drivers/dri/i965/brw_bufmgr.h b/src/mesa/drivers/dri/i965/brw_bufmgr.h
> index 84e29fbc168..1e47f75b4a5 100644
> --- a/src/mesa/drivers/dri/i965/brw_bufmgr.h
> +++ b/src/mesa/drivers/dri/i965/brw_bufmgr.h
> @@ -63,12 +63,6 @@ struct _drm_bacon_bo {
>  	unsigned long align;

This field is the wrong size as well. They all probably are...
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre


More information about the mesa-dev mailing list