Re: [PATCH v12 1/1] drm/i915: Allow user to set cache at BO creation

2023-05-31 Thread Andi Shyti
Chris Wilson > > ; Roper, Matthew D > > ; Justen, Jordan L > > Subject: Re: [PATCH v12 1/1] drm/i915: Allow user to set cache at BO > > creation > > > > Hi Carl, > > > > On Wed, May 24, 2023 at 01:02:55PM -0700, fei.y...@intel.com wrote: > >

RE: [PATCH v12 1/1] drm/i915: Allow user to set cache at BO creation

2023-05-31 Thread Zhang, Carl
Chris Wilson > ; Roper, Matthew D > ; Justen, Jordan L > Subject: Re: [PATCH v12 1/1] drm/i915: Allow user to set cache at BO creation > > Hi Carl, > > On Wed, May 24, 2023 at 01:02:55PM -0700, fei.y...@intel.com wrote: > > From: Fei Yang > > > > To co

Re: [PATCH v12 1/1] drm/i915: Allow user to set cache at BO creation

2023-05-31 Thread Andi Shyti
Hi Carl, On Wed, May 24, 2023 at 01:02:55PM -0700, fei.y...@intel.com wrote: > From: Fei Yang > > To comply with the design that buffer objects shall have immutable > cache setting through out their life cycle, {set, get}_caching ioctl's > are no longer supported from MTL onward. With that chang