Home
last modified time | relevance | path

Searched refs:viewport (Results 1 – 25 of 87) sorted by relevance

1234

/openbmc/qemu/hw/pci-host/
H A Ddesignware.c184 val = viewport->base; in designware_pcie_root_config_read()
192 val = viewport->target; in designware_pcie_root_config_read()
200 val = viewport->limit; in designware_pcie_root_config_read()
350 viewport->base |= val; in designware_pcie_root_config_write()
360 viewport->target |= val; in designware_pcie_root_config_write()
369 viewport->limit = val; in designware_pcie_root_config_write()
373 viewport->cr[0] = val; in designware_pcie_root_config_write()
376 viewport->cr[1] = val; in designware_pcie_root_config_write()
445 mem = &viewport->mem; in designware_pcie_root_realize()
469 mem = &viewport->mem; in designware_pcie_root_realize()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/screen/screen/
H A D0001-fix-for-multijob-build.patch28 @@ -298,7 +298,7 @@ search.o: layout.h viewport.h canvas.h search.c config.h screen.h os.h osdef.h a
30 tty.o: layout.h viewport.h canvas.h tty.c config.h screen.h os.h osdef.h ansi.h acls.h comm.h \
32 -term.o: layout.h viewport.h canvas.h term.c term.h
33 +term.o: layout.h viewport.h canvas.h term.c term.h comm.h
34 window.o: layout.h viewport.h canvas.h window.c config.h screen.h os.h osdef.h ansi.h acls.h \
36 utmp.o: layout.h viewport.h canvas.h utmp.c config.h screen.h os.h osdef.h ansi.h acls.h \
40 comm.o: layout.h viewport.h canvas.h comm.c config.h acls.h comm.h
41 -kmapdef.o: layout.h viewport.h canvas.h kmapdef.c config.h
42 +kmapdef.o: layout.h viewport.h canvas.h kmapdef.c config.h comm.h
45 braille.o: layout.h viewport.h canvas.h braille.c config.h screen.h os.h osdef.h ansi.h acls.h \
[all …]
/openbmc/linux/drivers/gpu/drm/ci/xfails/
H A Drockchip-rk3288-fails.txt21 kms_plane_cursor@pipe-A-viewport-size-128,Fail
22 kms_plane_cursor@pipe-A-viewport-size-256,Fail
23 kms_plane_cursor@pipe-A-viewport-size-64,Fail
30 kms_plane_cursor@pipe-B-viewport-size-128,Fail
31 kms_plane_cursor@pipe-B-viewport-size-256,Fail
32 kms_plane_cursor@pipe-B-viewport-size-64,Fail
34 kms_plane_cursor@viewport,Crash
H A Drockchip-rk3399-fails.txt31 kms_plane_cursor@pipe-B-viewport-size-128,Fail
32 kms_plane_cursor@pipe-B-viewport-size-256,Fail
33 kms_plane_cursor@pipe-B-viewport-size-64,Fail
H A Dmsm-sdm845-fails.txt53 kms_plane_cursor@pipe-A-viewport-size-128,Fail
54 kms_plane_cursor@pipe-A-viewport-size-256,Fail
55 kms_plane_cursor@pipe-A-viewport-size-64,Fail
56 kms_plane_cursor@viewport,Fail
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_dpp.c43 int line_size = scl_data->viewport.width < scl_data->recout.width ? in dscl32_calc_lb_num_partitions()
44 scl_data->viewport.width : scl_data->recout.width; in dscl32_calc_lb_num_partitions()
67 if (scl_data->viewport.width == scl_data->h_active && in dscl32_calc_lb_num_partitions()
68 scl_data->viewport.height == scl_data->v_active) { in dscl32_calc_lb_num_partitions()
81 if (scl_data->viewport.width == scl_data->h_active && in dscl32_calc_lb_num_partitions()
82 scl_data->viewport.height == scl_data->v_active) { in dscl32_calc_lb_num_partitions()
/openbmc/u-boot/doc/
H A DREADME.omap-ulpi-viewport1 Reference code ""drivers/usb/ulpi/omap-ulpi-viewport.c"
11 omap-ulpi-viewport.c is a low level function
14 To enable and use omap-ulpi-viewport.c
20 omap-ulpi-viewport implementation.
25 the ulpi phy reset does ulpi_read/write from viewport
/openbmc/u-boot/drivers/usb/ulpi/
H A DMakefile6 obj-$(CONFIG_USB_ULPI_VIEWPORT) += ulpi-viewport.o
7 obj-$(CONFIG_USB_ULPI_VIEWPORT_OMAP) += omap-ulpi-viewport.o
H A DKconfig7 Select ULPI viewport (SoC-side interface to ULPI) implementation
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_transform_v.c53 luma_viewport->x = scl_data->viewport.x - scl_data->viewport.x % 2; in calculate_viewport()
54 luma_viewport->y = scl_data->viewport.y - scl_data->viewport.y % 2; in calculate_viewport()
56 scl_data->viewport.width - scl_data->viewport.width % 2; in calculate_viewport()
58 scl_data->viewport.height - scl_data->viewport.height % 2; in calculate_viewport()
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dsamsung,exynos-pcie.yaml64 num-viewport:
80 - num-viewport
110 num-viewport = <3>;
H A Dsocionext,uniphier-pcie.yaml44 num-viewport: true
94 num-viewport = <1>;
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_dpp.c188 if (scl_data->viewport.width != scl_data->h_active && in dpp201_get_optimal_number_of_taps()
189 scl_data->viewport.height != scl_data->v_active && in dpp201_get_optimal_number_of_taps()
194 if (scl_data->viewport.width > scl_data->h_active && in dpp201_get_optimal_number_of_taps()
196 scl_data->viewport.width > dpp->ctx->dc->debug.max_downscale_src_width) in dpp201_get_optimal_number_of_taps()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.c827 const struct rect *viewport, in min_set_viewport() argument
833 PRI_VIEWPORT_WIDTH, viewport->width, in min_set_viewport()
834 PRI_VIEWPORT_HEIGHT, viewport->height); in min_set_viewport()
837 PRI_VIEWPORT_X_START, viewport->x, in min_set_viewport()
838 PRI_VIEWPORT_Y_START, viewport->y); in min_set_viewport()
842 SEC_VIEWPORT_WIDTH, viewport->width, in min_set_viewport()
843 SEC_VIEWPORT_HEIGHT, viewport->height); in min_set_viewport()
846 SEC_VIEWPORT_X_START, viewport->x, in min_set_viewport()
847 SEC_VIEWPORT_Y_START, viewport->y); in min_set_viewport()
1182 int x_pos = pos->x - param->viewport.x; in hubp1_cursor_set_position()
[all …]
H A Ddcn10_dpp.c136 if (scl_data->viewport.width > scl_data->h_active && in dpp1_get_optimal_number_of_taps()
138 scl_data->viewport.width > dpp->ctx->dc->debug.max_downscale_src_width) in dpp1_get_optimal_number_of_taps()
439 int x_pos = pos->x - param->viewport.x; in dpp1_set_cursor_position()
440 int y_pos = pos->y - param->viewport.y; in dpp1_set_cursor_position()
471 if (src_x_offset >= (int)param->viewport.width) in dpp1_set_cursor_position()
477 if (src_y_offset >= (int)param->viewport.height) in dpp1_set_cursor_position()
/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_sol.scss1 #terminal .xterm .xterm-viewport {
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_hw_sequencer.c371 pipe_ctx->plane_res.scl_data.viewport.width, in dce60_program_front_end_for_pipe()
372 pipe_ctx->plane_res.scl_data.viewport.height, in dce60_program_front_end_for_pipe()
373 pipe_ctx->plane_res.scl_data.viewport.x, in dce60_program_front_end_for_pipe()
374 pipe_ctx->plane_res.scl_data.viewport.y, in dce60_program_front_end_for_pipe()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_hubp.c188 const struct rect *viewport, in hubp21_set_viewport() argument
194 PRI_VIEWPORT_WIDTH, viewport->width, in hubp21_set_viewport()
195 PRI_VIEWPORT_HEIGHT, viewport->height); in hubp21_set_viewport()
198 PRI_VIEWPORT_X_START, viewport->x, in hubp21_set_viewport()
199 PRI_VIEWPORT_Y_START, viewport->y); in hubp21_set_viewport()
203 SEC_VIEWPORT_WIDTH, viewport->width, in hubp21_set_viewport()
204 SEC_VIEWPORT_HEIGHT, viewport->height); in hubp21_set_viewport()
207 SEC_VIEWPORT_X_START, viewport->x, in hubp21_set_viewport()
208 SEC_VIEWPORT_Y_START, viewport->y); in hubp21_set_viewport()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c341 input->src.viewport_width = pipe->plane_res.scl_data.viewport.width; in pipe_ctx_to_e2e_pipe_params()
948 int viewport_end = pipe->plane_res.scl_data.viewport.width in dcn_validate_bandwidth()
949 + pipe->plane_res.scl_data.viewport.x; in dcn_validate_bandwidth()
951 + pipe->bottom_pipe->plane_res.scl_data.viewport.x; in dcn_validate_bandwidth()
955 - pipe->bottom_pipe->plane_res.scl_data.viewport.x; in dcn_validate_bandwidth()
958 - pipe->plane_res.scl_data.viewport.x; in dcn_validate_bandwidth()
960 int viewport_end = pipe->plane_res.scl_data.viewport.height in dcn_validate_bandwidth()
961 + pipe->plane_res.scl_data.viewport.y; in dcn_validate_bandwidth()
963 + pipe->bottom_pipe->plane_res.scl_data.viewport.y; in dcn_validate_bandwidth()
967 - pipe->bottom_pipe->plane_res.scl_data.viewport.y; in dcn_validate_bandwidth()
[all …]
/openbmc/linux/arch/arm64/boot/dts/marvell/
H A Dcn9130-crb-A.dts15 num-viewport = <8>;
H A Dcn9130-crb-B.dts15 num-viewport = <8>;
H A Dcn9132-db.dtsi156 num-viewport = <8>;
166 num-viewport = <8>;
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c809 swap(data->viewport.width, data->viewport.height); in calculate_viewport_size()
1343 &data->viewport.x, in calculate_inits_and_viewports()
1344 &data->viewport.width); in calculate_inits_and_viewports()
1363 &data->viewport.y, in calculate_inits_and_viewports()
1364 &data->viewport.height); in calculate_inits_and_viewports()
1376 swap(data->viewport.x, data->viewport.y); in calculate_inits_and_viewports()
1377 swap(data->viewport.width, data->viewport.height); in calculate_inits_and_viewports()
1381 data->viewport.x += src.x; in calculate_inits_and_viewports()
1382 data->viewport.y += src.y; in calculate_inits_and_viewports()
1514 pipe_ctx->plane_res.scl_data.viewport.x, in resource_build_scaling_params()
[all …]
/openbmc/linux/drivers/usb/phy/
H A DMakefile24 obj-$(CONFIG_USB_ULPI_VIEWPORT) += phy-ulpi-viewport.o
/openbmc/webui-vue/docs/customization/
H A Dtheme.md84 - sm - Navigation displayed when the viewport is greater than 576px
85 - md - Navigation displayed when the viewport is greater than 768px
86 - lg - Navigation displayed when the viewport is greater than 992px
87 - xl - Navigation displayed when the viewport is less than 1200px

1234