drm/vmwgfx: Implement SOU plane update for surface backed fb
Using the new interface implement SOU plane update for surface backed fb. v2: Rebase to new resource validation. Signed-off-by: Deepak Rawat <drawat@vmware.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
这个提交包含在:
@@ -129,6 +129,17 @@ struct vmw_du_update_plane {
|
||||
bool intr;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct vmw_du_update_plane_surface - closure structure for surface
|
||||
* @base: base closure structure.
|
||||
* @cmd_start: FIFO command start address (used by SOU only).
|
||||
*/
|
||||
struct vmw_du_update_plane_surface {
|
||||
struct vmw_du_update_plane base;
|
||||
/* This member is to handle special case SOU surface update */
|
||||
void *cmd_start;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct vmw_du_update_plane_buffer - Closure structure for buffer object
|
||||
* @base: Base closure structure.
|
||||
|
在新工单中引用
屏蔽一个用户