Home
last modified time | relevance | path

Searched refs:rga_service (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/
H A Drga_drv.c102 rga_service_info rga_service; variable
449 running = atomic_read(&rga_service.total_running); in rga_dump()
455 if (!list_empty(&rga_service.waiting)) in rga_dump()
459 next = &rga_service.waiting; in rga_dump()
475 if (!list_empty(&rga_service.running)) in rga_dump()
481 next = &rga_service.running; in rga_dump()
494 list_for_each_entry_safe(session, session_tmp, &rga_service.session, list_session) in rga_dump()
530 if (rga_service.enable) in rga_power_on()
545 rga_service.enable = true; in rga_power_on()
553 if (!rga_service.enable) { in rga_power_off()
[all …]
H A Drga_mmu_info.c24 extern rga_service_info rga_service;
40 mutex_lock(&rga_service.lock); in rga_mmu_buf_get()
42 mutex_unlock(&rga_service.lock); in rga_mmu_buf_get()
91 mutex_lock(&rga_service.lock); in rga_mmu_buf_get_try()
112 mutex_unlock(&rga_service.lock); in rga_mmu_buf_get_try()
643 mutex_lock(&rga_service.lock); in rga_mmu_info_BitBlt_mode()
646 mutex_unlock(&rga_service.lock); in rga_mmu_info_BitBlt_mode()
672 if(req->src.yrgb_addr == (unsigned long)rga_service.pre_scale_buf) { in rga_mmu_info_BitBlt_mode()
674 MMU_p[i] = rga_service.pre_scale_buf[i]; in rga_mmu_info_BitBlt_mode()
775 … CMDMemSize = rga_mem_size_cal((unsigned long)rga_service.cmd_buff, RGA_CMD_BUF_SIZE, &CMDStart); in rga_mmu_info_color_palette_mode()
[all …]
H A DRGA_API.c23 extern rga_service_info rga_service;
180 msg->dst.yrgb_addr = (unsigned long)rga_service.pre_scale_buf; in RGA_gen_two_pro()