static void rga_dump(void)\r
{\r
int running;\r
- int num_done;\r
struct rga_reg *reg, *reg_tmp;\r
rga_session *session, *session_tmp;\r
- struct list_head *next;\r
\r
running = atomic_read(&rga_service.total_running);\r
printk("rga total_running %d\n", running);\r
\r
+ #if 0\r
+\r
/* Dump waiting list info */\r
if (!list_empty(&rga_service.waiting))\r
{\r
}\r
while(!list_empty(next));\r
}\r
+ #endif\r
\r
list_for_each_entry_safe(session, session_tmp, &rga_service.session, list_session)\r
{\r
\r
#if 0\r
\r
-#include "320x240_swap0_Y4200.h"\r
-#include "320x240_swap0_U4200.h"\r
-#include "320x240_swap0_V4200.h"\r
-#include "320x240_swap0_UV4200.h"\r
-#include "320x240_swap0_ABGR8888.h"\r
-\r
-\r
extern struct fb_info * rk_get_fb(int fb_id);\r
EXPORT_SYMBOL(rk_get_fb);\r
\r