/src/sys/external/bsd/drm2/dist/drm/i915/ |
Makefile | 69 i915-$(CONFIG_DEBUG_FS) += i915_debugfs.o display/intel_pipe_crc.o 173 display/intel_atomic.o \ 174 display/intel_atomic_plane.o \ 175 display/intel_audio.o \ 176 display/intel_bios.o \ 177 display/intel_bw.o \ 178 display/intel_cdclk.o \ 179 display/intel_color.o \ 180 display/intel_combo_phy.o \ 181 display/intel_connector.o [all...] |
i915_pci.c | 35 #include "display/intel_fbdev.h" 167 .display.has_overlay = 1, \ 168 .display.cursor_needs_physical = 1, \ 169 .display.overlay_needs_physical = 1, \ 170 .display.has_gmch = 1, \ 186 .display.has_overlay = 1, \ 187 .display.overlay_needs_physical = 1, \ 188 .display.has_gmch = 1, \ 214 .display.has_fbc = 1, 225 .display.has_gmch = 1, [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
imx25-eukrea-mbimxsd25-baseboard-dvi-svga.dts | 9 model = "Eukrea MBIMXSD25 with the DVI-SVGA Display"; 12 dvi_svga: display { 17 display-timings { 35 display = <&dvi_svga>;
|
imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts | 9 model = "Eukrea MBIMXSD25 with the DVI-VGA Display"; 12 dvi_vga: display { 17 display-timings { 35 display = <&dvi_vga>;
|
ep7211-edb7211.dts | 26 display: display { label 31 display-timings { 85 display = <&display>;
|
imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts | 9 model = "Eukrea MBIMXSD25 with the CMO-QVGA Display"; 12 cmo_qvga: display { 17 display-timings { 61 display = <&cmo_qvga>;
|
imx27-phytec-phycard-s-rdk.dts | 16 display: display { label 20 display-timings { 53 display = <&display>;
|
/src/usr.bin/hexdump/ |
Makefile | 5 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c 16 COPTS.display.c += -Wno-format-nonliteral
|
/src/sys/arch/playstation2/ee/ |
gs.c | 51 u_int64_t smode1, smode2, srfsh, synch1, synch2, syncv, display; member in struct:gs_crt_param 64 .display=DISPLAY(239, 2559, 0, 3, 25, 632) 77 .display= DISPLAY(479, 2559, 0, 3, 50, 632) 90 .display= DISPLAY(287, 2559, 0, 3, 36, 652) 103 .display= DISPLAY(575,2559,0,3,72,652) 116 .display= DISPLAY(479, 1279, 0, 1, 34, 276 [all...] |
/src/sys/modules/amdgpu/ |
Makefile | 32 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display 33 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/include 34 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/dc 35 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/dc/inc 36 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw 37 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr 38 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/modules/inc 39 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/modules/hdcp 40 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm 41 CPPFLAGS+= -I${S}/external/bsd/drm2/dist/drm/amd/display/dmub/in [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm_hdcp.c | 105 struct mod_hdcp_display *display = &hdcp_work[link_index].display; local in function:hdcp_update_display 112 query.display = NULL; 115 if (query.display != NULL) { 116 memcpy(display, query.display, sizeof(struct mod_hdcp_display)); 122 display->adjust.disable = 0; 131 display->adjust.disable = 1; 136 display->state = MOD_HDCP_DISPLAY_ACTIVE; 139 mod_hdcp_add_display(&hdcp_w->hdcp, link, display, &hdcp_w->output) 321 struct mod_hdcp_display *display = &hdcp_work[link_index].display; local in function:update_config [all...] |
amdgpu_dm_hdcp.h | 52 struct mod_hdcp_display display; member in struct:hdcp_workqueue
|
/src/sbin/chkconfig/ |
chkconfig.sh | 19 # must display the following acknowledgement: 51 display() function 209 display ${i} 213 display ${rcfile}
|
/src/usr.bin/talk/ |
Makefile | 9 SRCS= ctl.c ctl_transact.c display.c get_addrs.c get_names.c \
|
/src/usr.bin/ipcs/ |
ipcs.c | 90 static int display = 0; variable in typeref:typename:int 175 display |= SHMTOTAL; 178 display |= SHMINFO; 181 display |= MSGTOTAL; 184 display |= MSGINFO; 187 display |= SEMTOTAL; 190 display |= SEMINFO; 193 display |= SHMTOTAL | MSGTOTAL | SEMTOTAL; 225 if (display == 0) 226 display = SHMINFO | MSGINFO | SEMINFO [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/ |
amdgpu_hdcp.c | 312 struct mod_hdcp_link *link, struct mod_hdcp_display *display, 318 HDCP_TOP_INTERFACE_TRACE_WITH_INDEX(hdcp, display->index); 321 /* skip inactive display */ 322 if (display->state != MOD_HDCP_DISPLAY_ACTIVE) { 327 /* check existing display container */ 328 if (get_active_display_at_index(hdcp, display->index)) { 333 /* find an empty display container */ 345 /* add display to connection */ 347 *display_container = *display; 370 struct mod_hdcp_display *display = NULL local in function:mod_hdcp_remove_display 410 struct mod_hdcp_display *display = NULL; local in function:mod_hdcp_query_display [all...] |
amdgpu_hdcp_psp.c | 57 struct mod_hdcp_display *display = NULL; local in function:mod_hdcp_remove_display_topology 67 display = &hdcp->connection.displays[i]; 70 dtm_cmd->dtm_in_message.topology_update_v2.display_handle = display->index; 79 display->state = MOD_HDCP_DISPLAY_ACTIVE; 80 HDCP_TOP_REMOVE_DISPLAY_TRACE(hdcp, display->index); 91 struct mod_hdcp_display *display = NULL; local in function:mod_hdcp_add_display_topology 96 DRM_ERROR("Failed to add display topology, DTM TA is not initialized."); 104 display = &hdcp->connection.displays[i]; 109 dtm_cmd->dtm_in_message.topology_update_v2.display_handle = display->index; 111 dtm_cmd->dtm_in_message.topology_update_v2.controller = display->controller 137 struct mod_hdcp_display *display = get_first_added_display(hdcp); local in function:mod_hdcp_hdcp1_create_session 229 struct mod_hdcp_display *display = get_first_added_display(hdcp); local in function:mod_hdcp_hdcp1_enable_encryption 352 struct mod_hdcp_display *display = get_first_added_display(hdcp); local in function:mod_hdcp_hdcp2_create_session 639 struct mod_hdcp_display *display = get_first_added_display(hdcp); local in function:mod_hdcp_hdcp2_enable_encryption [all...] |
/src/games/larn/ |
Makefile | 63 SRCS= main.c object.c create.c tok.c display.c global.c data.c io.c \ 77 COPTS.display.c += -Wno-format-nonliteral
|
/src/share/examples/ftpd/ |
ftpd.conf | 18 display guest .message 31 # and display /etc/ftptoomany when this limit is reached.
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_cdclk.c | 37 * The display engine uses several different clocks to do its work. There 40 * are the core display clock (CDCLK) and RAWCLK. 42 * CDCLK clocks most of the display pipe logic, and thus its frequency 48 * to minimize power consumption for a given display configuration. 49 * Typically changes to the CDCLK frequency require all the display pipes 327 DRM_ERROR("Unknown pnv display core clock 0x%04x\n", gcfgc); 553 * issuing a modeset without actually changing any display after 554 * a system suspend. So grab the display core domain, which covers 598 * so that the core display fetch happens in time to avoid underruns. 639 * issuing a modeset without actually changing any display afte [all...] |
/src/games/worm/ |
worm.c | 86 static void display(const struct body *, char); 180 display(head, HEAD); 193 display(np, BODY); 201 display(const struct body *pos, char chr) function in typeref:typename:void 314 display(tail, ' '); 322 display(head, BODY); 341 display(nh, HEAD);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
nouveau_nvkm_engine_gr_nv50.c | 287 nv50_gr_mp_trap(struct nv50_gr *gr, int tpid, int display) 307 if (display) { 324 if (!mps && display) 331 u32 ustatus_new, int display, const char *name) 353 if (display) { 370 nv50_gr_mp_trap(gr, i, display); 373 if (ustatus && display) { 382 if (display) 389 if (display) 395 if (!tps && display) [all...] |
/src/sys/arch/amiga/dev/ |
view.c | 16 * must display the following acknowledgement: 34 * simply to map the semantics of a graphics display to 107 /* this function is called early to set up a display. */ 151 vu->view->display.x = vu->size.x; 152 vu->view->display.y = vu->size.y; 156 vu->size.x = vu->view->display.x; 157 vu->size.y = vu->view->display.y; 165 * switch to a new display. 217 vu->size.x = new->display.x; 218 vu->size.y = new->display.y [all...] |
/src/sys/arch/atari/dev/ |
view.c | 16 * must display the following acknowledgement: 34 * simply to map the semantics of a graphics display to 105 /* this function is called early to set up a display. */ 157 vu->view->display.x = vu->size.x; 158 vu->view->display.y = vu->size.y; 163 vu->size.x = vu->view->display.x; 164 vu->size.y = vu->view->display.y; 172 * switch to a new display. 231 vu->size.x = new->display.x; 232 vu->size.y = new->display.y [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
Makefile | 4 interrupt.o gtt.o cfg_space.o opregion.o mmio.o display.o edid.o \
|