Home
last modified time | relevance | path

Searched refs:surface (Results 1 – 25 of 60) sorted by relevance

123

/linux-6.3-rc2/Documentation/driver-api/surface_aggregator/
A Dinternal-api.rst14 .. 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
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
60 .. kernel-doc:: drivers/platform/surface/aggregator/core.c
[all …]
A Dclient-api.rst16 .. 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-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A Ddc.c2502 else if (u->surface) in det_surface_update()
2770 surface->time.time_elapsed_in_us[surface->time.index] = in copy_surface_update_to_plane()
2785 surface->dst_rect = in copy_surface_update_to_plane()
2787 surface->src_rect = in copy_surface_update_to_plane()
2796 surface->format = in copy_surface_update_to_plane()
2800 surface->rotation = in copy_surface_update_to_plane()
2808 surface->visible = in copy_surface_update_to_plane()
2816 surface->dcc = in copy_surface_update_to_plane()
2863 surface->hdr_mult = in copy_surface_update_to_plane()
3100 struct dc_plane_state *surface = srf_updates[i].surface; in update_planes_and_stream_state() local
[all …]
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_kms.c933 surface = vmw_framebuffer_to_vfbs(fb)->surface; in vmw_du_cursor_plane_atomic_check()
935 WARN_ON(!surface); in vmw_du_cursor_plane_atomic_check()
937 if (!surface || in vmw_du_cursor_plane_atomic_check()
938 (!surface->snooper.image && !surface->res.backup)) { in vmw_du_cursor_plane_atomic_check()
1378 vfbs->surface = vmw_surface_reference(surface); in vmw_kms_new_framebuffer_surface()
1722 struct vmw_surface *surface, in vmw_kms_new_framebuffer() argument
1740 bo, &surface); in vmw_kms_new_framebuffer()
1748 if (surface) { in vmw_kms_new_framebuffer()
1791 &surface, &bo); in vmw_kms_fb_create()
1822 if (surface) in vmw_kms_fb_create()
[all …]
A Dvmwgfx_ioctl.c177 struct vmw_surface *surface; in vmw_present_ioctl() local
228 surface = vmw_res_to_srf(res); in vmw_present_ioctl()
230 vfb, surface, arg->sid, in vmw_present_ioctl()
235 vmw_surface_unreference(&surface); in vmw_present_ioctl()
A Dvmwgfx_stdu.c874 srf = &vfbs->surface->res; in vmw_kms_stdu_surface_dirty()
1066 new_vfbs->surface->metadata.base_size.width == hdisplay && in vmw_stdu_primary_plane_prepare_fb()
1067 new_vfbs->surface->metadata.base_size.height == vdisplay) in vmw_stdu_primary_plane_prepare_fb()
1105 metadata = new_vfbs->surface->metadata; in vmw_stdu_primary_plane_prepare_fb()
1145 vps->surf = vmw_surface_reference(new_vfbs->surface); in vmw_stdu_primary_plane_prepare_fb()
1450 cmd_update->body.image.sid = vfbs->surface->res.id; in vmw_stdu_surface_update_proxy()
1482 cmd_copy->body.src.sid = vfbs->surface->res.id; in vmw_stdu_surface_populate_copy()
1557 if (vfbs->surface->res.id != stdu->display_srf->res.id) { in vmw_stdu_plane_update_surface()
A Dvmwgfx_kms.h235 struct vmw_surface *surface; member
462 struct vmw_surface *surface,
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-devices-physical_location13 Describes which panel surface of the system’s housing the
21 the panel surface.
28 the panel surface.
A Dsysfs-bus-iio-light-si11336 dark photodiode. "small" indicate the surface area capturing
14 dark photodiodes. "large" indicate the surface area capturing
A Dsysfs-driver-wacom29 when the stylus does not touch the tablet surface, and no
39 when the stylus touches the tablet surface, or any button is
/linux-6.3-rc2/Documentation/input/
A Dmulti-touch-protocol.rst15 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
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
270 the contact is hovering above the surface.
294 The surface X coordinate of the center of the touching ellipse.
297 The surface Y coordinate of the center of the touching ellipse.
[all …]
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dradeon_asic.c235 .surface = {
303 .surface = {
399 .surface = {
467 .surface = {
535 .surface = {
603 .surface = {
671 .surface = {
739 .surface = {
807 .surface = {
875 .surface = {
[all …]
/linux-6.3-rc2/drivers/platform/
A DMakefile13 obj-$(CONFIG_SURFACE_PLATFORMS) += surface/
A DKconfig14 source "drivers/platform/surface/Kconfig"
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/
A Dmount-matrix.txt52 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-6.3-rc2/drivers/gpu/drm/qxl/
A Dqxl_draw.c79 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-6.3-rc2/Documentation/devicetree/bindings/input/
A Delan,ekth3000.yaml38 description: touchpad is a clickpad (the entire surface is a button)
/linux-6.3-rc2/Documentation/driver-api/surface_aggregator/clients/
A Dcdev.rst17 The provided interface is accessible through the ``/dev/surface/aggregator``
23 at https://github.com/linux-surface/surface-aggregator-module/tree/master/scripts/ssam.
A Dsan.rst43 .. kernel-doc:: drivers/platform/surface/surface_acpi_notify.c
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Ddev-overlay.rst93 primary graphics surface assume a certain color.
97 pixel is displayed, otherwise a pixel of the graphics surface.
100 video is displayed, so the graphics surface can be seen here.
127 its position over the graphics surface and the clipping to be applied.
/linux-6.3-rc2/Documentation/core-api/
A Dsymbol-namespaces.rst6 export surface of in-kernel symbols exported through the family of
23 surface of the in-kernel API. It allows subsystem maintainers to partition
/linux-6.3-rc2/Documentation/userspace-api/
A Dno_new_privs.rst52 - By itself, ``no_new_privs`` can be used to reduce the attack surface
/linux-6.3-rc2/Documentation/admin-guide/gpio/
A Dgpio-aggregator.rst23 grab and which not, reducing the attack surface.
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
A Dcom.fuc416 // 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-6.3-rc2/drivers/platform/surface/
A DKconfig68 interface (/dev/surface/aggregator), which can be used by user-space
232 source "drivers/platform/surface/aggregator/Kconfig"

Completed in 55 milliseconds

123