Home
last modified time | relevance | path

Searched full:color (Results 1 – 25 of 2784) sorted by relevance

12345678910>>...112

/kernel/linux/linux-6.6/tools/testing/selftests/futex/functional/
Drun.sh21 # Test for a color capable console
30 COLOR="-c"
37 ./futex_requeue_pi $COLOR
38 ./futex_requeue_pi $COLOR -b
39 ./futex_requeue_pi $COLOR -b -l
40 ./futex_requeue_pi $COLOR -b -o
41 ./futex_requeue_pi $COLOR -l
42 ./futex_requeue_pi $COLOR -o
44 ./futex_requeue_pi $COLOR -b -l -t 5000
45 ./futex_requeue_pi $COLOR -l -t 5000
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/
Drun.sh21 # Test for a color capable console
30 COLOR="-c"
37 ./futex_requeue_pi $COLOR
38 ./futex_requeue_pi $COLOR -b
39 ./futex_requeue_pi $COLOR -b -l
40 ./futex_requeue_pi $COLOR -b -o
41 ./futex_requeue_pi $COLOR -l
42 ./futex_requeue_pi $COLOR -o
44 ./futex_requeue_pi $COLOR -b -l -t 5000
45 ./futex_requeue_pi $COLOR -l -t 5000
[all …]
/kernel/linux/linux-5.10/tools/perf/util/
Dcolor.c7 #include "color.h"
13 static int __color_vsnprintf(char *bf, size_t size, const char *color, in __color_vsnprintf() argument
28 if (perf_use_color_default && *color) in __color_vsnprintf()
29 r += scnprintf(bf, size, "%s", color); in __color_vsnprintf()
31 if (perf_use_color_default && *color) in __color_vsnprintf()
39 static int __color_vfprintf(FILE *fp, const char *color, const char *fmt, in __color_vfprintf() argument
54 if (perf_use_color_default && *color) in __color_vfprintf()
55 fprintf(fp, "%s", color); in __color_vfprintf()
57 if (perf_use_color_default && *color) in __color_vfprintf()
62 int color_vsnprintf(char *bf, size_t size, const char *color, in color_vsnprintf() argument
[all …]
/kernel/linux/linux-6.6/tools/perf/util/
Dcolor.c7 #include "color.h"
13 static int __color_vsnprintf(char *bf, size_t size, const char *color, in __color_vsnprintf() argument
28 if (perf_use_color_default && *color) in __color_vsnprintf()
29 r += scnprintf(bf, size, "%s", color); in __color_vsnprintf()
31 if (perf_use_color_default && *color) in __color_vsnprintf()
39 static int __color_vfprintf(FILE *fp, const char *color, const char *fmt, in __color_vfprintf() argument
54 if (perf_use_color_default && *color) in __color_vfprintf()
55 fprintf(fp, "%s", color); in __color_vfprintf()
57 if (perf_use_color_default && *color) in __color_vfprintf()
62 int color_vsnprintf(char *bf, size_t size, const char *color, in color_vsnprintf() argument
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dcolorspaces.rst9 'Color' is a very complex concept and depends on physics, chemistry and
11 'green' and 'blue' components of the color of a pixel does not mean that
12 you can accurately display that color. A colorspace defines what it
14 which color should be reproduced on the screen in a perfectly calibrated
17 In order to do that we first need to have a good definition of color,
18 i.e. some way to uniquely and unambiguously define a color so that
19 someone else can reproduce it. Human color vision is trichromatic since
20 the human eye has color receptors that are sensitive to three different
22 color. Be glad you are not a mantis shrimp as those are sensitive to 12
26 Color exists only in the eye and brain and is the result of how strongly
[all …]
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dcolorspaces.rst9 'Color' is a very complex concept and depends on physics, chemistry and
11 'green' and 'blue' components of the color of a pixel does not mean that
12 you can accurately display that color. A colorspace defines what it
14 which color should be reproduced on the screen in a perfectly calibrated
17 In order to do that we first need to have a good definition of color,
18 i.e. some way to uniquely and unambiguously define a color so that
19 someone else can reproduce it. Human color vision is trichromatic since
20 the human eye has color receptors that are sensitive to three different
22 color. Be glad you are not a mantis shrimp as those are sensitive to 12
26 Color exists only in the eye and brain and is the result of how strongly
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/mediatek/
Dmediatek,color.yaml4 $id: http://devicetree.org/schemas/display/mediatek/mediatek,color.yaml#
7 title: Mediatek display color processor
14 Mediatek display color processor, namely COLOR, provides hue, luma and
17 COLOR device node must be siblings to the central MMSYS_CONFIG node.
26 - mediatek,mt2701-disp-color
27 - mediatek,mt8167-disp-color
28 - mediatek,mt8173-disp-color
31 - mediatek,mt7623-disp-color
32 - mediatek,mt2712-disp-color
33 - const: mediatek,mt2701-disp-color
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
Dmtk_disp_color.c48 struct mtk_disp_color *color = dev_get_drvdata(dev); in mtk_color_clk_enable() local
50 return clk_prepare_enable(color->clk); in mtk_color_clk_enable()
55 struct mtk_disp_color *color = dev_get_drvdata(dev); in mtk_color_clk_disable() local
57 clk_disable_unprepare(color->clk); in mtk_color_clk_disable()
64 struct mtk_disp_color *color = dev_get_drvdata(dev); in mtk_color_config() local
66 mtk_ddp_write(cmdq_pkt, w, &color->cmdq_reg, color->regs, DISP_COLOR_WIDTH(color)); in mtk_color_config()
67 mtk_ddp_write(cmdq_pkt, h, &color->cmdq_reg, color->regs, DISP_COLOR_HEIGHT(color)); in mtk_color_config()
72 struct mtk_disp_color *color = dev_get_drvdata(dev); in mtk_color_start() local
75 color->regs + DISP_COLOR_CFG_MAIN); in mtk_color_start()
76 writel(0x1, color->regs + DISP_COLOR_START(color)); in mtk_color_start()
[all …]
/kernel/linux/linux-6.6/include/uapi/linux/dvb/
Dosd.h24 OSD_Open, /* (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0)) */
41 * Sets all pixel to color 0
44 OSD_Fill, /* (color) */
46 * Sets all pixel to color <col>
49 OSD_SetColor, /* (color,R{x0},G{y0},B{x1},opacity{y1}) */
59 OSD_SetPalette, /* (firstcolor{color},lastcolor{x0},data) */
63 * data has 4 byte for each color:
66 OSD_SetTrans, /* (transparency{color}) */
71 OSD_SetPixel, /* (x0,y0,color) */
73 * sets pixel <x>,<y> to color number <col>
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
Ddc_hw_sequencer.c257 * Remove default and add case for all color space in color_space_to_black_color()
258 * so when we forget to add new color space in color_space_to_black_color()
308 struct tg_color *color) in get_mpctree_visual_confirm_color() argument
324 *color = pipe_colors[top_pipe->pipe_idx]; in get_mpctree_visual_confirm_color()
329 struct tg_color *color) in get_surface_visual_confirm_color() argument
335 /* set border color to red */ in get_surface_visual_confirm_color()
336 color->color_r_cr = color_value; in get_surface_visual_confirm_color()
338 /* set border color to pink */ in get_surface_visual_confirm_color()
339 color->color_b_cb = color_value; in get_surface_visual_confirm_color()
340 color->color_g_y = color_value * 0.5; in get_surface_visual_confirm_color()
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/dvb/
Dosd.h39 OSD_Open, /* (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0)) */
56 * Sets all pixel to color 0
59 OSD_Fill, /* (color) */
61 * Sets all pixel to color <col>
64 OSD_SetColor, /* (color,R{x0},G{y0},B{x1},opacity{y1}) */
74 OSD_SetPalette, /* (firstcolor{color},lastcolor{x0},data) */
78 * data has 4 byte for each color:
81 OSD_SetTrans, /* (transparency{color}) */
86 OSD_SetPixel, /* (x0,y0,color) */
88 * sets pixel <x>,<y> to color number <col>
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/ti/omap/
Domap3-echo.dts155 color = <LED_COLOR_ID_RGB>;
161 color = <LED_COLOR_ID_GREEN>;
168 color = <LED_COLOR_ID_BLUE>;
175 color = <LED_COLOR_ID_RED>;
182 color = <LED_COLOR_ID_RGB>;
188 color = <LED_COLOR_ID_GREEN>;
195 color = <LED_COLOR_ID_BLUE>;
202 color = <LED_COLOR_ID_RED>;
209 color = <LED_COLOR_ID_RGB>;
215 color = <LED_COLOR_ID_GREEN>;
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
Dsis_accel.h45 #define COLOREXP 0x00000001 /* Color expand */
46 #define ENCOLOREXP 0x00000002 /* Enhanced color expand */
61 #define SRCCPUBLITBUF SRCSYSTEM /* source is CPU-driven BitBuffer (for color expand) */
65 #define PATFG 0x00000000 /* foreground color */
89 /* Subfunctions for Color/Enhanced Color Expansion (315 only) */
96 #define AGP_BASE 0x8206 /* color-depth dependent value */
190 #define SiS300SetupPATFG(color) \ argument
192 MMIO_OUT32(ivideo->mmio_vbase, BR(7), color);\
195 #define SiS300SetupPATBG(color) \ argument
197 MMIO_OUT32(ivideo->mmio_vbase, BR(8), color);\
[all …]
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
Dsis_accel.h45 #define COLOREXP 0x00000001 /* Color expand */
46 #define ENCOLOREXP 0x00000002 /* Enhanced color expand */
61 #define SRCCPUBLITBUF SRCSYSTEM /* source is CPU-driven BitBuffer (for color expand) */
65 #define PATFG 0x00000000 /* foreground color */
89 /* Subfunctions for Color/Enhanced Color Expansion (315 only) */
96 #define AGP_BASE 0x8206 /* color-depth dependent value */
190 #define SiS300SetupPATFG(color) \ argument
192 MMIO_OUT32(ivideo->mmio_vbase, BR(7), color);\
195 #define SiS300SetupPATBG(color) \ argument
197 MMIO_OUT32(ivideo->mmio_vbase, BR(8), color);\
[all …]
/kernel/linux/linux-6.6/drivers/video/logo/
DKconfig24 bool "Standard 16-color Linux logo"
28 bool "Standard 224-color Linux logo"
32 bool "224-color Digital Equipment Corporation Linux logo"
37 bool "224-color Macintosh Linux logo"
42 bool "224-color PA-RISC Linux logo"
47 bool "224-color SGI Linux logo"
52 bool "224-color Sun Linux logo"
62 bool "16-color SuperH Linux logo"
67 bool "224-color SuperH Linux logo"
/kernel/linux/linux-5.10/drivers/video/logo/
DKconfig24 bool "Standard 16-color Linux logo"
28 bool "Standard 224-color Linux logo"
32 bool "224-color Digital Equipment Corporation Linux logo"
37 bool "224-color Macintosh Linux logo"
42 bool "224-color PA-RISC Linux logo"
47 bool "224-color SGI Linux logo"
52 bool "224-color Sun Linux logo"
62 bool "16-color SuperH Linux logo"
67 bool "224-color SuperH Linux logo"
/kernel/linux/linux-6.6/tools/power/pm-graph/config/
Dcustom-timeline-functions.cfg84 # function: format{fn_arg1}_{fn_arg2} fn_arg1 fn_arg2 ... [color=purple]
101 # color: The color of the entry block in the timeline. The default color is
102 # transparent, so the entry shares the phase color. The color is an
103 # html color string, either a word, or an RGB.
105 # example: [color=#CC00CC]
114 # _cpu_up: CPU_ON[{cpu}] cpu=%di:s32 [color=orange]
149 # function: format{fn_arg1}_{fn_arg2} fn_arg1 fn_arg2 ... [color=purple]
166 # color: The color of the entry block in the timeline. The default color is
167 # transparent, so the entry shares the phase color. The color is an
168 # html color string, either a word, or an RGB.
[all …]
/kernel/linux/linux-5.10/tools/power/pm-graph/config/
Dcustom-timeline-functions.cfg84 # function: format{fn_arg1}_{fn_arg2} fn_arg1 fn_arg2 ... [color=purple]
101 # color: The color of the entry block in the timeline. The default color is
102 # transparent, so the entry shares the phase color. The color is an
103 # html color string, either a word, or an RGB.
105 # example: [color=#CC00CC]
114 # _cpu_up: CPU_ON[{cpu}] cpu=%di:s32 [color=orange]
149 # function: format{fn_arg1}_{fn_arg2} fn_arg1 fn_arg2 ... [color=purple]
166 # color: The color of the entry block in the timeline. The default color is
167 # transparent, so the entry shares the phase color. The color is an
168 # html color string, either a word, or an RGB.
[all …]
/kernel/linux/linux-6.6/Documentation/sphinx-static/
Dtheme_rtd_colors.css3 * Sphinx HTML theme customization: color settings for RTD (non-dark) theme
10 color: black;
14 color: #505050;
18 color: #303030;
22 color: black;
30 color: blue;
34 color: white;
35 background-color: darkblue;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/leds/
Dleds-mt6360.yaml63 - color
99 color = <LED_COLOR_ID_RGB>;
105 color = <LED_COLOR_ID_RED>;
109 color = <LED_COLOR_ID_GREEN>;
113 color = <LED_COLOR_ID_BLUE>;
119 color = <LED_COLOR_ID_WHITE>;
125 color = <LED_COLOR_ID_WHITE>;
134 color = <LED_COLOR_ID_WHITE>;
152 color = <LED_COLOR_ID_RED>;
158 color = <LED_COLOR_ID_GREEN>;
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/broadcom/
Dbcm958625-meraki-kingpin.dtsi31 color = <LED_COLOR_ID_GREEN>;
39 color = <LED_COLOR_ID_GREEN>;
47 color = <LED_COLOR_ID_GREEN>;
55 color = <LED_COLOR_ID_GREEN>;
63 color = <LED_COLOR_ID_GREEN>;
71 color = <LED_COLOR_ID_GREEN>;
79 color = <LED_COLOR_ID_GREEN>;
87 color = <LED_COLOR_ID_GREEN>;
95 color = <LED_COLOR_ID_GREEN>;
103 color = <LED_COLOR_ID_GREEN>;
[all …]
/kernel/linux/linux-6.6/Documentation/gpu/amdgpu/display/
Ddisplay-manager.rst44 Color Management Properties
54 DC Color Capabilities between DCN generations
57 DRM/KMS framework defines three CRTC color correction properties: degamma,
58 color transformation matrix (CTM) and gamma, and two properties for degamma and
59 gamma LUT sizes. AMD DC programs some of the color correction features
60 pre-blending but DRM/KMS has not per-plane color correction properties.
62 In general, the DRM CRTC color properties are programmed to DC, as follows:
65 color caps available in the hw is not currently exposed by DRM interface and
69 :doc: color-management-caps
74 The color pipeline has undergone major changes between DCN hardware
[all …]
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
Dhighmem.h39 static inline unsigned int get_next_pkmap_nr(unsigned int color) in get_next_pkmap_nr() argument
41 last_pkmap_nr_arr[color] = in get_next_pkmap_nr()
42 (last_pkmap_nr_arr[color] + DCACHE_N_COLORS) & LAST_PKMAP_MASK; in get_next_pkmap_nr()
43 return last_pkmap_nr_arr[color] + color; in get_next_pkmap_nr()
46 static inline int no_more_pkmaps(unsigned int pkmap_nr, unsigned int color) in no_more_pkmaps() argument
51 static inline int get_pkmap_entries_count(unsigned int color) in get_pkmap_entries_count() argument
58 static inline wait_queue_head_t *get_pkmap_wait_queue_head(unsigned int color) in get_pkmap_wait_queue_head() argument
60 return pkmap_map_wait_arr + color; in get_pkmap_wait_queue_head()
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
Dhighmem.h39 static inline unsigned int get_next_pkmap_nr(unsigned int color) in get_next_pkmap_nr() argument
41 last_pkmap_nr_arr[color] = in get_next_pkmap_nr()
42 (last_pkmap_nr_arr[color] + DCACHE_N_COLORS) & LAST_PKMAP_MASK; in get_next_pkmap_nr()
43 return last_pkmap_nr_arr[color] + color; in get_next_pkmap_nr()
46 static inline int no_more_pkmaps(unsigned int pkmap_nr, unsigned int color) in no_more_pkmaps() argument
51 static inline int get_pkmap_entries_count(unsigned int color) in get_pkmap_entries_count() argument
58 static inline wait_queue_head_t *get_pkmap_wait_queue_head(unsigned int color) in get_pkmap_wait_queue_head() argument
60 return pkmap_map_wait_arr + color; in get_pkmap_wait_queue_head()
/kernel/linux/linux-5.10/drivers/media/platform/atmel/
Datmel-isc-regs.h111 /* ISC Color Filter Array Control Register */
114 /* ISC Color Filter Array Configuration Register */
123 /* ISC Color Correction Control Register */
126 /* ISC Color Correction RR RG Register */
129 /* ISC Color Correction RB OR Register */
132 /* ISC Color Correction GR GG Register */
135 /* ISC Color Correction GB OG Register */
138 /* ISC Color Correction BR BG Register */
141 /* ISC Color Correction BB OB Register */
156 /* Color Space Conversion Control Register */
[all …]

12345678910>>...112