mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-03 16:20:18 +01:00
Eliminate trailing whitespace from last commit.
This commit is contained in:
parent
83da774b19
commit
fc7d4d19d3
1 changed files with 2 additions and 2 deletions
|
|
@ -303,12 +303,12 @@ void xgi_emit_flush(struct xgi_info * info, bool stop)
|
|||
*/
|
||||
void xgi_emit_nop(struct xgi_info * info)
|
||||
{
|
||||
info->cmdring.last_ptr[1] = cpu_to_le32(BEGIN_LINK_ENABLE_MASK
|
||||
info->cmdring.last_ptr[1] = cpu_to_le32(BEGIN_LINK_ENABLE_MASK
|
||||
| (BEGIN_BEGIN_IDENTIFICATION_MASK & info->next_sequence));
|
||||
info->cmdring.last_ptr[2] = 0;
|
||||
info->cmdring.last_ptr[3] = 0;
|
||||
DRM_WRITEMEMORYBARRIER();
|
||||
info->cmdring.last_ptr[0] = cpu_to_le32((get_batch_command(BTYPE_CTRL) << 24)
|
||||
info->cmdring.last_ptr[0] = cpu_to_le32((get_batch_command(BTYPE_CTRL) << 24)
|
||||
| (BEGIN_VALID_MASK));
|
||||
|
||||
triggerHWCommandList(info);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue