OSDN Git Service

i965_drv_video: add support for H264 on Clarkdale/Arrandale
[android-x86/hardware-intel-common-libva.git] / i965_drv_video / shaders / h264 / mc / DCResetDummy.asm
1 /*\r
2  * Dummy kernel\r
3  * Copyright © <2010>, Intel Corporation.\r
4  *\r
5  * This program is licensed under the terms and conditions of the\r
6  * Eclipse Public License (EPL), version 1.0.  The full text of the EPL is at\r
7  * http://www.opensource.org/licenses/eclipse-1.0.php.\r
8  *\r
9  */\r
10 // Kernel name: DCResetDummy.asm\r
11 //\r
12 // Dummy kernel used by driver for debug-counter reset SW WA\r
13 //\r
14 \r
15 // ----------------------------------------------------\r
16 //  Main: DCResetDummy\r
17 // ----------------------------------------------------\r
18 \r
19 .kernel DCResetDummy\r
20 DCRESETDUMMY:\r
21 \r
22 #include "header.inc"\r
23 \r
24 .code\r
25 \r
26 // Terminate the thread\r
27 //\r
28     END_THREAD\r
29 \r
30 #if !defined(COMBINED_KERNEL)           // For standalone kernel only\r
31 .end_code\r
32 \r
33 .end_kernel\r
34 #endif  // !defined(COMBINED_KERNEL)\r