Searched refs:clipping (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/Documentation/fb/ |
D | sstfb.txt | 96 clipping=1 clipping Enable or disable clipping. 97 clipping=0 noclipping With clipping enabled, all offscreen 99 Default: enable clipping. 134 try turning off clipping (clipping=0), and/or using slowpci
|
/linux-4.1.27/drivers/media/common/saa7146/ |
D | saa7146_hlp.c | 344 __le32 *clipping = vv->d_clipping.cpu_addr; in calculate_clipping_registers_rect() local 362 memset(clipping, 0x00, SAA7146_CLIPPING_MEM); in calculate_clipping_registers_rect() 414 clipping[2*i] |= cpu_to_le32(pixel_list[i] << 16); in calculate_clipping_registers_rect() 417 clipping[(2*i)+1] |= cpu_to_le32(line_list[i] << 16); in calculate_clipping_registers_rect() 431 clipping[2*i] |= cpu_to_le32(1 << j); in calculate_clipping_registers_rect() 443 clipping[(2*i)+1] |= cpu_to_le32(1 << j); in calculate_clipping_registers_rect()
|
/linux-4.1.27/Documentation/thermal/ |
D | cpu-cooling-api.txt | 12 The generic cpu cooling(freq clipping) provides registration/unregistration APIs
|
/linux-4.1.27/drivers/video/fbdev/ |
D | sstfb.c | 98 static bool clipping = 1; /* use clipping (slower, safer) */ variable 634 if (clipping) { in sstfb_set_par() 1291 clipping = 1; in sstfb_setup() 1293 clipping = 0; in sstfb_setup() 1524 module_param(clipping, bool, 0); 1525 MODULE_PARM_DESC(clipping, "Enable clipping (slower, safer) (0 or 1) (default=1)");
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.cpia2 | 23 in the coprocessor by scaling QVGA. All other sizes are done by clipping.
|
D | vivid.txt | 1019 This driver has support for a destructive capture overlay with bitmap clipping 1020 and list clipping (up to 16 rectangles) capabilities. Overlays are not 1079 - bitmap clipping, 1080 - list clipping (up to 16 rectangles) 1096 In order to see the effects of the various clipping, chromakeying or alpha 1098 on the capture side. The use of the clipping, chromakeying or alpha processing
|
/linux-4.1.27/drivers/thermal/ |
D | Kconfig | 121 frequency clipping. Typically used to cool off co-processors. The
|
/linux-4.1.27/Documentation/ |
D | md.txt | 202 metadata formats which mandate such clipping.
|