Searched refs:draw (Results 1 – 13 of 13) sorted by relevance
| /drivers/video/fbdev/mb862xx/ |
| A D | mb862xxfb_accel.c | 35 free = (u32) inreg(draw, GDC_REG_FIFO_COUNT); in mb862xxfb_write_fifo() 316 outreg(draw, GDC_REG_DRAW_BASE, 0); in mb862xxfb_init_accel() 317 outreg(draw, GDC_REG_MODE_MISC, 0x8000); in mb862xxfb_init_accel() 318 outreg(draw, GDC_REG_X_RESOLUTION, xres); in mb862xxfb_init_accel()
|
| A D | mb862xxfbdrv.c | 562 reg, inreg(draw, reg)); in dispregs_show() 566 reg, inreg(draw, reg)); in dispregs_show() 628 par->draw = par->mmio_base + MB862XX_DRAW_BASE; in mb862xx_gdc_init() 850 par->draw = par->mmio_base + MB862XX_DRAW_BASE; in coralp_init() 933 par->draw = par->mmio_base + MB86297_DRAW_BASE; in carmine_init() 944 if (inreg(draw, GC_2D3D_REV) == GC_RE_REVISION) in carmine_init()
|
| A D | mb862xxfb.h | 71 void __iomem *draw; member
|
| /drivers/media/pci/ivtv/ |
| A D | ivtv-yuv.c | 947 int draw, display; in ivtv_yuv_next_free() local 953 draw = atomic_read(&yi->next_fill_frame); in ivtv_yuv_next_free() 956 if (display > draw) in ivtv_yuv_next_free() 959 if (draw - display >= yi->max_frames_buffered) in ivtv_yuv_next_free() 960 draw = (u8)(draw - 1) % IVTV_YUV_BUFFERS; in ivtv_yuv_next_free() 962 yi->new_frame_info[draw].update = 0; in ivtv_yuv_next_free() 964 yi->draw_frame = draw; in ivtv_yuv_next_free()
|
| /drivers/tty/vt/ |
| A D | vt.c | 2743 if (draw->x < 0) in con_flush() 2747 (u16 *)draw->to - (u16 *)draw->from, vc->state.y, in con_flush() 2748 draw->x); in con_flush() 2749 draw->x = -1; in con_flush() 3066 con_flush(vc, draw); in vc_con_write_normal() 3072 con_flush(vc, draw); in vc_con_write_normal() 3089 draw->x = vc->state.x; in vc_con_write_normal() 3090 draw->from = vc->vc_pos; in vc_con_write_normal() 3118 con_flush(vc, draw); in vc_con_write_normal() 3173 con_flush(vc, &draw); in do_con_write() [all …]
|
| /drivers/gpu/drm/qxl/ |
| A D | qxl_ioctl.c | 190 struct qxl_drawable *draw = fb_cmd; in qxl_process_single_command() local 192 draw->mm_time = qdev->rom->mm_clock; in qxl_process_single_command()
|
| /drivers/gpu/drm/ci/xfails/ |
| A D | i915-amly-fails.txt | 30 kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-cpu,Timeout
|
| A D | i915-glk-fails.txt | 31 kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-cpu,Timeout
|
| A D | i915-whl-fails.txt | 32 kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-cpu,Timeout
|
| /drivers/video/fbdev/ |
| A D | cg6.c | 196 u32 draw; member 341 val = sbus_readl(&fbc->draw); in cg6_fillrect()
|
| /drivers/video/fbdev/core/ |
| A D | Kconfig | 201 For example, to draw a single character, instead of using bitmaps,
|
| /drivers/usb/gadget/ |
| A D | Kconfig | 104 Some devices need to draw power from USB when they are
|
| /drivers/auxdisplay/ |
| A D | Kconfig | 462 You can freeze the computer, or the LCD maybe can't draw as fast as you
|
Completed in 35 milliseconds