/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/ |
D | dc.c | 1088 union surface_update_flags *update_flags = &u->surface->update_flags; in get_plane_info_update_type() 1093 if (u->plane_info->color_space != u->surface->color_space) in get_plane_info_update_type() 1096 if (u->plane_info->horizontal_mirror != u->surface->horizontal_mirror) in get_plane_info_update_type() 1099 if (u->plane_info->rotation != u->surface->rotation) in get_plane_info_update_type() 1102 if (u->plane_info->format != u->surface->format) in get_plane_info_update_type() 1105 if (u->plane_info->stereo_format != u->surface->stereo_format) in get_plane_info_update_type() 1108 if (u->plane_info->per_pixel_alpha != u->surface->per_pixel_alpha) in get_plane_info_update_type() 1111 if (u->plane_info->dcc.enable != u->surface->dcc.enable in get_plane_info_update_type() 1112 || u->plane_info->dcc.grph.independent_64b_blks != u->surface->dcc.grph.independent_64b_blks in get_plane_info_update_type() 1113 || u->plane_info->dcc.grph.meta_pitch != u->surface->dcc.grph.meta_pitch) in get_plane_info_update_type() [all …]
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 363 vps->surf = vmw_framebuffer_to_vfbs(fb)->surface; in vmw_du_cursor_plane_prepare_fb() 496 struct vmw_surface *surface = NULL; in vmw_du_cursor_plane_atomic_check() local 523 surface = vmw_framebuffer_to_vfbs(fb)->surface; in vmw_du_cursor_plane_atomic_check() 525 if (surface && !surface->snooper.image) { in vmw_du_cursor_plane_atomic_check() 844 vmw_surface_unreference(&vfbs->surface); in vmw_framebuffer_surface_destroy() 950 struct vmw_surface *surface, in vmw_kms_new_framebuffer_surface() argument 972 if (unlikely(!surface->scanout)) in vmw_kms_new_framebuffer_surface() 975 if (unlikely(surface->mip_levels[0] != 1 || in vmw_kms_new_framebuffer_surface() 976 surface->num_sizes != 1 || in vmw_kms_new_framebuffer_surface() 977 surface->base_size.width < mode_cmd->width || in vmw_kms_new_framebuffer_surface() [all …]
|
D | vmwgfx_ioctl.c | 255 struct vmw_surface *surface; in vmw_present_ioctl() local 310 surface = vmw_res_to_srf(res); in vmw_present_ioctl() 312 vfb, surface, arg->sid, in vmw_present_ioctl() 317 vmw_surface_unreference(&surface); in vmw_present_ioctl()
|
D | vmwgfx_kms.h | 119 struct vmw_surface *surface; member 338 struct vmw_surface *surface,
|
D | vmwgfx_stdu.c | 931 srf = &vfbs->surface->res; in vmw_kms_stdu_surface_dirty() 1117 if (new_vfbs && new_vfbs->surface->base_size.width == hdisplay && in vmw_stdu_primary_plane_prepare_fb() 1118 new_vfbs->surface->base_size.height == vdisplay) in vmw_stdu_primary_plane_prepare_fb() 1164 content_srf = *new_vfbs->surface; in vmw_stdu_primary_plane_prepare_fb() 1211 vps->surf = vmw_surface_reference(new_vfbs->surface); in vmw_stdu_primary_plane_prepare_fb()
|
D | vmwgfx_scrn.c | 953 srf = &vfbs->surface->res; in vmw_kms_sou_do_surface_dirty()
|
/Linux-v4.19/Documentation/input/ |
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 264 The distance, in surface units, between the contact and the surface. Zero 265 distance means the contact is touching the surface. A positive number means 266 the contact is hovering above the surface. [all …]
|
D | event-codes.rst | 151 pen is hovering over but not touching the tablet surface. 205 - Used to describe the distance of a tool from an interaction surface. This 311 For touchpads where the button is placed beneath the surface, such that
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-iio-light-si1133 | 6 dark photodiode. "small" indicate the surface area capturing 14 dark photodiodes. "large" indicate the surface area capturing
|
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
|
D | sysfs-driver-hid-roccat-kone | 80 calibrate the laser power to fit the mousepad surface.
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_asic.c | 234 .surface = { 302 .surface = { 398 .surface = { 466 .surface = { 534 .surface = { 602 .surface = { 670 .surface = { 738 .surface = { 806 .surface = { 874 .surface = { [all …]
|
D | radeon.h | 1942 } surface; member 2758 #define radeon_set_surface_reg(rdev, r, f, p, o, s) ((rdev)->asic->surface.set_reg((rdev), (r), (f)… 2759 #define radeon_clear_surface_reg(rdev, r) ((rdev)->asic->surface.clear_reg((rdev), (r)))
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | dev-overlay.rst | 89 primary graphics surface assume a certain color. 93 pixel is displayed, otherwise a pixel of the graphics surface. 96 video is displayed, so the graphics surface can be seen here. 123 its position over the graphics surface and the clipping to be applied.
|
D | vidioc-g-fbuf.rst | 274 - The framebuffer is the primary graphics surface. In other words,
|
/Linux-v4.19/drivers/gpu/drm/qxl/ |
D | qxl_draw.c | 72 make_drawable(struct qxl_device *qdev, int surface, uint8_t type, in make_drawable() argument 85 drawable->surface_id = surface; /* Only primary for now */ in make_drawable()
|
/Linux-v4.19/Documentation/userspace-api/ |
D | no_new_privs.rst | 52 - By itself, ``no_new_privs`` can be used to reduce the attack surface
|
D | seccomp_filter.rst | 13 surface exposed to the application. System call filtering is meant for 34 mechanism for minimizing the exposed kernel surface. It is meant to be 79 time, but allow for further decreasing the attack surface during
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
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-v4.19/Documentation/devicetree/bindings/display/ |
D | simple-framebuffer.txt | 45 - format: The format of the framebuffer surface. Valid values are:
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/ |
D | dc.h | 536 struct dc_plane_state *surface; member
|
/Linux-v4.19/Documentation/security/ |
D | self-protection.rst | 20 attack surface. (Especially when they have the ability to load arbitrary 128 unexpectedly extend the available attack surface. (The on-demand loading
|
/Linux-v4.19/Documentation/admin-guide/ |
D | l1tf.rst | 506 are not running any other processes, can reduce the attack surface 513 Isolating the guest CPUs from interrupts can reduce the attack surface 523 certain degree, but the risk of the remaining attack surface has to be
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga3d_cmd.h | 500 SVGA3dSurfaceImageId surface; member
|
/Linux-v4.19/Documentation/nvdimm/ |
D | btt.txt | 109 For example, after adding a BTT, we surface a disk of 1024G. We get a read for
|