| /linux/Documentation/driver-api/surface_aggregator/ |
| H A D | internal-api.rst | 14 .. kernel-doc:: drivers/platform/surface/aggregator/ssh_parser.h 17 .. kernel-doc:: drivers/platform/surface/aggregator/ssh_parser.c 20 .. kernel-doc:: drivers/platform/surface/aggregator/ssh_msgb.h 23 .. kernel-doc:: drivers/platform/surface/aggregator/ssh_packet_layer.h 26 .. kernel-doc:: drivers/platform/surface/aggregator/ssh_packet_layer.c 33 .. kernel-doc:: drivers/platform/surface/aggregator/ssh_request_layer.h 36 .. kernel-doc:: drivers/platform/surface/aggregator/ssh_request_layer.c 43 .. kernel-doc:: drivers/platform/surface/aggregator/controller.h 46 .. kernel-doc:: drivers/platform/surface/aggregator/controller.c 53 .. kernel-doc:: drivers/platform/surface/aggregator/bus.c [all …]
|
| H A D | client-api.rst | 16 .. kernel-doc:: drivers/platform/surface/aggregator/ssh_packet_layer.c 25 .. kernel-doc:: drivers/platform/surface/aggregator/controller.c 28 .. kernel-doc:: drivers/platform/surface/aggregator/core.c 37 .. kernel-doc:: drivers/platform/surface/aggregator/bus.c
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc.c | 2676 union surface_update_flags *update_flags = &u->surface->update_flags; in get_plane_info_update_type() 2685 if (u->plane_info->color_space != u->surface->color_space) { in get_plane_info_update_type() 2690 if (u->plane_info->horizontal_mirror != u->surface->horizontal_mirror) { in get_plane_info_update_type() 2695 if (u->plane_info->rotation != u->surface->rotation) { in get_plane_info_update_type() 2700 if (u->plane_info->format != u->surface->format) { in get_plane_info_update_type() 2705 if (u->plane_info->stereo_format != u->surface->stereo_format) { in get_plane_info_update_type() 2710 if (u->plane_info->per_pixel_alpha != u->surface->per_pixel_alpha) { in get_plane_info_update_type() 2715 if (u->plane_info->global_alpha_value != u->surface->global_alpha_value) { in get_plane_info_update_type() 2720 if (u->plane_info->dcc.enable != u->surface->dcc.enable in get_plane_info_update_type() 2721 || u->plane_info->dcc.dcc_ind_blk != u->surface->dcc.dcc_ind_blk in get_plane_info_update_type() [all …]
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_cursor_plane.c | 77 struct vmw_surface *surface = vmw_user_object_surface(&vps->uo); in vmw_cursor_plane_update_legacy() local 81 if (WARN_ON(!surface || !surface->snooper.image)) in vmw_cursor_plane_update_legacy() 84 if (vps->cursor.legacy.id != surface->snooper.id) { in vmw_cursor_plane_update_legacy() 85 vmw_send_define_cursor_cmd(vmw, surface->snooper.image, in vmw_cursor_plane_update_legacy() 88 vps->cursor.legacy.id = surface->snooper.id; in vmw_cursor_plane_update_legacy() 95 struct vmw_surface *surface = vmw_user_object_surface(&vps->uo); in vmw_cursor_update_type() local 97 if (surface && surface->snooper.image) in vmw_cursor_update_type() 604 struct vmw_surface *surface; in vmw_cursor_plane_prepare_fb() local 615 vps->uo.surface = NULL; in vmw_cursor_plane_prepare_fb() 625 surface = vmw_user_object_surface(&vps->uo); in vmw_cursor_plane_prepare_fb() [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-physical_location | 13 Describes which panel surface of the system’s housing the 21 the panel surface. 28 the panel surface.
|
| H A D | sysfs-bus-iio-light-si1133 | 6 dark photodiode. "small" indicate the surface area capturing 14 dark photodiodes. "large" indicate the surface area capturing
|
| H A D | sysfs-driver-wacom | 29 when the stylus does not touch the tablet surface, and no 39 when the stylus touches the tablet surface, or any button is
|
| /linux/Documentation/input/ |
| H A D | multi-touch-protocol.rst | 15 objects in direct contact with the device surface, is needed. This 61 surface. The order in which the packets appear in the event stream is not 189 indicate the distance between the contact and the surface. 236 surface units. If the surface has an X times Y resolution, the largest 240 The length, in surface units, of the minor axis of the contact. If the 244 The length, in surface units, of the major axis of the approaching 250 The length, in surface units, of the minor axis of the approaching 268 The distance, in surface units, between the contact and the surface. Zero 269 distance means the contact is touching the surface. A positive number means 270 the contact is hovering above the surface. [all …]
|
| /linux/kernel/configs/ |
| H A D | hardening.config | 4 # attack surface reduction options. They are expected to have low (or 89 # Provide userspace with seccomp BPF API for syscall attack surface reduction. 100 # Attack surface reduction: do not autoload TTY line disciplines. 112 # Attack surface reduction: Use the modern PTY interface (devpts) only.
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_asic.c | 235 .surface = { 303 .surface = { 399 .surface = { 467 .surface = { 535 .surface = { 603 .surface = { 671 .surface = { 739 .surface = { 807 .surface = { 875 .surface = { [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core.c | 6381 myPipe->DCCEnable = mode_lib->ms.cache_display_cfg.surface.DCCEnable[k]; in dml_prefetch_check() 6383 myPipe->SourcePixelFormat = mode_lib->ms.cache_display_cfg.surface.SourcePixelFormat[k]; in dml_prefetch_check() 6556 mode_lib->ms.cache_display_cfg.surface.SourcePixelFormat[k], in dml_prefetch_check() 6561 mode_lib->ms.cache_display_cfg.surface.DCCEnable[k], in dml_prefetch_check() 6819 && ((mode_lib->ms.cache_display_cfg.surface.SourcePixelFormat[k] != dml_444_64 in dml_core_mode_support() 6820 && mode_lib->ms.cache_display_cfg.surface.SourcePixelFormat[k] != dml_444_32 in dml_core_mode_support() 6821 && mode_lib->ms.cache_display_cfg.surface.SourcePixelFormat[k] != dml_444_16 in dml_core_mode_support() 6822 && mode_lib->ms.cache_display_cfg.surface.SourcePixelFormat[k] != dml_mono_16 in dml_core_mode_support() 6823 && mode_lib->ms.cache_display_cfg.surface.SourcePixelFormat[k] != dml_mono_8 in dml_core_mode_support() 6824 && mode_lib->ms.cache_display_cfg.surface.SourcePixelFormat[k] != dml_rgbe in dml_core_mode_support() [all …]
|
| /linux/Documentation/devicetree/bindings/iio/ |
| H A D | mount-matrix.txt | 52 device relative to the center of the planet, i.e. relative to its surface at 56 is held with its screen flat on the planets surface and 0 on the other axes, 78 its top towards surface, you get a negative y axis. 125 display is readable by a person standing upright on the earth surface, this 131 device on a flat surface and spin it around the z axis (such as rotating a
|
| /linux/arch/arm/configs/ |
| H A D | hardening.config | 6 # Dangerous; old interfaces and needless additional attack surface.
|
| /linux/arch/powerpc/configs/ |
| H A D | hardening.config | 6 # Attack surface reduction.
|
| /linux/drivers/platform/ |
| H A D | Makefile | 14 obj-$(CONFIG_SURFACE_PLATFORMS) += surface/
|
| H A D | Kconfig | 16 source "drivers/platform/surface/Kconfig"
|
| /linux/drivers/gpu/drm/qxl/ |
| H A D | qxl_draw.c | 79 make_drawable(struct qxl_device *qdev, int surface, uint8_t type, in make_drawable() argument 92 drawable->surface_id = surface; /* Only primary for now */ in make_drawable()
|
| /linux/Documentation/driver-api/surface_aggregator/clients/ |
| H A D | cdev.rst | 17 The provided interface is accessible through the ``/dev/surface/aggregator`` 23 at https://github.com/linux-surface/surface-aggregator-module/tree/master/scripts/ssam.
|
| H A D | san.rst | 43 .. kernel-doc:: drivers/platform/surface/surface_acpi_notify.c
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-overlay.rst | 95 primary graphics surface assume a certain color. 100 pixel is displayed, otherwise a pixel of the graphics surface. 104 video is displayed, so the graphics surface can be seen here. 131 its position over the graphics surface and the clipping to be applied.
|
| /linux/Documentation/core-api/ |
| H A D | symbol-namespaces.rst | 6 export surface of in-kernel symbols exported through the family of 13 surface of the in-kernel API. It allows subsystem maintainers to partition
|
| /linux/Documentation/driver-api/cxl/platform/ |
| H A D | acpi.rst | 51 Most failures described here result in a failure of the driver to surface
|
| /linux/Documentation/userspace-api/ |
| H A D | no_new_privs.rst | 52 - By itself, ``no_new_privs`` can be used to reduce the attack surface
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
| H A D | com.fuc | 416 // Calculates the hw swizzle mask and adjusts the surface's xcnt to match 515 // Setup to handle a tiled surface 536 // $p2: set if dst surface 666 // Setup to handle a linear surface
|
| /linux/Documentation/driver-api/cxl/linux/ |
| H A D | memory-hotplug.rst | 7 the `DAX` driver to surface a `Driver Managed` memory region via the
|