Searched refs:BCI_W_H (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/savage/ |
H A D | savagefb_accel.c | 62 BCI_SEND(BCI_W_H(region->width, region->height)); in savagefb_copyarea() 89 BCI_SEND( BCI_W_H(rect->width, rect->height) ); in savagefb_fillrect() 132 BCI_SEND(BCI_W_H(width, image->height)); in savagefb_imageblit()
|
H A D | savagefb.h | 118 #define BCI_W_H(w, h) (((h) << 16) | ((w) & 0xFFF)) macro
|
/kernel/linux/linux-6.6/drivers/video/fbdev/savage/ |
H A D | savagefb_accel.c | 62 BCI_SEND(BCI_W_H(region->width, region->height)); in savagefb_copyarea() 89 BCI_SEND( BCI_W_H(rect->width, rect->height) ); in savagefb_fillrect() 132 BCI_SEND(BCI_W_H(width, image->height)); in savagefb_imageblit()
|
H A D | savagefb.h | 118 #define BCI_W_H(w, h) (((h) << 16) | ((w) & 0xFFF)) macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/savage/ |
H A D | savage_drv.h | 442 #define BCI_W_H(w, h) ((((h) << 16) | (w)) & 0x0FFF0FFF) macro
|
H A D | savage_state.c | 859 DMA_WRITE(BCI_W_H(w, h)); in savage_dispatch_clear() 895 DMA_WRITE(BCI_W_H(boxes[i].x2 - boxes[i].x1, in savage_dispatch_swap()
|
Completed in 6 milliseconds