Re: [PATCH 15/17] drm/vmwgfx: Add surface define v4 command

2020-03-23 Thread Roland Scheidegger
Am 23.03.20 um 13:02 schrieb Emil Velikov: > Hi all, > > Just a small fly-by idea. > > On Thu, 19 Mar 2020 at 20:25, wrote: >> >> From: Deepak Rawat >> >> Surface define v4 added new member buffer_byte_stride. With this patch >> add buffer_byte_stride in surface metadata and create surface

Re: [PATCH 15/17] drm/vmwgfx: Add surface define v4 command

2020-03-23 Thread Emil Velikov
Hi all, Just a small fly-by idea. On Thu, 19 Mar 2020 at 20:25, wrote: > > From: Deepak Rawat > > Surface define v4 added new member buffer_byte_stride. With this patch > add buffer_byte_stride in surface metadata and create surface using new > command if support is available. > > Also with

[PATCH 15/17] drm/vmwgfx: Add surface define v4 command

2020-03-19 Thread rscheidegger . oss
From: Deepak Rawat Surface define v4 added new member buffer_byte_stride. With this patch add buffer_byte_stride in surface metadata and create surface using new command if support is available. Also with this patch replace device specific data types with kernel types. Signed-off-by: Deepak