summaryrefslogtreecommitdiff
path: root/i965_drv_video/shaders/h264/mc/DCResetDummy.asm
blob: d4e52a90042435c41266ac6ad9b18773b1efadcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
 * Dummy kernel
 * Copyright © <2010>, Intel Corporation.
 *
 * This program is licensed under the terms and conditions of the
 * Eclipse Public License (EPL), version 1.0.  The full text of the EPL is at
 * http://www.opensource.org/licenses/eclipse-1.0.php.
 *
 */
// Kernel name: DCResetDummy.asm
//
// Dummy kernel used by driver for debug-counter reset SW WA
//

// ----------------------------------------------------
//  Main: DCResetDummy
// ----------------------------------------------------

.kernel DCResetDummy
DCRESETDUMMY:

#include "header.inc"

.code

// Terminate the thread
//
    END_THREAD

#if !defined(COMBINED_KERNEL)		// For standalone kernel only
.end_code

.end_kernel
#endif	// !defined(COMBINED_KERNEL)