<br><div>Hi experts:</div><div>when we create buffer object at wayland client side, there are some usage flags, for example gbm_bo_flags.</div><div>but when we pass these buffer fd to weston through wayland-drm protocl, these flags are ignored.</div><div>then, how weston respect these flags when using the buffer object?</div><div>thanks.</div><div><br></div><div><div><br></div><div>    <!-- Create a wayland buffer for the prime fd.  Use for regular and planar</div><div>         buffers.  Pass 0 for offset and stride for unused planes. --></div><div>    <request name="create_prime_buffer" since="2"></div><div>      <arg name="id" type="new_id" interface="wl_buffer"/></div><div>      <arg name="name" type="fd"/></div><div>      <arg name="width" type="int"/></div><div>      <arg name="height" type="int"/></div><div>      <arg name="format" type="uint"/></div><div>      <arg name="offset0" type="int"/></div><div>      <arg name="stride0" type="int"/></div><div>      <arg name="offset1" type="int"/></div><div>      <arg name="stride1" type="int"/></div><div>      <arg name="offset2" type="int"/></div><div>      <arg name="stride2" type="int"/></div><div>    </request></div></div><div><br></div><div id="">--------------------------------<br></div><div id=""><br></div>