Searched refs:ddl (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/ui/ |
H A D | dbus-listener.c | 250 egl_fb_read_rect(ddl->ds, &ddl->fb, x, y, w, h); in dbus_call_update_gl() 326 if (!ddl->can_share_map || !ddl->ds->handle) { in dbus_scanout_map() 524 ddl->proxy, in dbus_cursor_dmabuf() 567 if (!ddl->ds || qemu_console_is_gl_blocked(ddl->dcl.con)) { in dbus_gl_refresh() 662 surface_stride(ddl->ds) * surface_height(ddl->ds), TRUE, in ddl_scanout() 668 ddl->proxy, surface_width(ddl->ds), surface_height(ddl->ds), in ddl_scanout() 669 surface_stride(ddl->ds), surface_format(ddl->ds), v_data, in ddl_scanout() 711 if (ddl->ds) { in dbus_gl_gfx_switch() 716 dbus_scanout_texture(&ddl->dcl, ddl->ds->texture, false, in dbus_gl_gfx_switch() 1042 ddl->proxy = in dbus_display_listener_new() [all …]
|
H A D | dbus.h | 105 dbus_display_listener_get_console(DBusDisplayListener *ddl); 108 dbus_display_listener_get_bus_name(DBusDisplayListener *ddl);
|
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | gunz_test.c | 116 clearp_dde(ddl); in nx_append_dde() 124 ddecnt = getpnn(ddl, dde_count); in nx_append_dde() 125 bytes = getp32(ddl, ddebc); in nx_append_dde() 130 putp32(ddl, ddebc, bytes); in nx_append_dde() 137 ddl[1] = ddl[0]; in nx_append_dde() 140 clear_dde(ddl[2]); in nx_append_dde() 141 put32(ddl[2], ddebc, len); in nx_append_dde() 146 putpnn(ddl, dde_count, ddecnt); in nx_append_dde() 148 putp32(ddl, ddebc, bytes); in nx_append_dde() 150 putp64(ddl, ddead, (uint64_t) &ddl[1]); in nx_append_dde() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_wm_types.h | 44 struct vlv_wm_ddl_values ddl[3]; member
|
H A D | i9xx_wm.c | 752 (wm->ddl[pipe].plane[PLANE_CURSOR] << DDL_CURSOR_SHIFT) | in vlv_write_wm_values() 753 (wm->ddl[pipe].plane[PLANE_SPRITE1] << DDL_SPRITE_SHIFT(1)) | in vlv_write_wm_values() 755 (wm->ddl[pipe].plane[PLANE_PRIMARY] << DDL_PLANE_SHIFT)); in vlv_write_wm_values() 1937 wm->ddl[pipe].plane[PLANE_PRIMARY] = DDL_PRECISION_HIGH | 2; in vlv_merge_wm() 1938 wm->ddl[pipe].plane[PLANE_SPRITE0] = DDL_PRECISION_HIGH | 2; in vlv_merge_wm() 1939 wm->ddl[pipe].plane[PLANE_SPRITE1] = DDL_PRECISION_HIGH | 2; in vlv_merge_wm() 1940 wm->ddl[pipe].plane[PLANE_CURSOR] = DDL_PRECISION_HIGH | 2; in vlv_merge_wm() 3546 wm->ddl[pipe].plane[PLANE_PRIMARY] = in vlv_read_wm_values() 3548 wm->ddl[pipe].plane[PLANE_CURSOR] = in vlv_read_wm_values() 3550 wm->ddl[pipe].plane[PLANE_SPRITE0] = in vlv_read_wm_values() [all …]
|
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx-common-powernv.c | 82 struct data_descriptor_entry *ddl, in setup_indirect_dde() argument 89 dde->address = cpu_to_be64(nx842_get_pa(ddl)); in setup_indirect_dde() 121 struct data_descriptor_entry *ddl, in setup_ddl() argument 156 ret = setup_direct_dde(&ddl[i], pa, len); in setup_ddl() 169 setup_indirect_dde(dde, ddl, i, total_len); in setup_ddl()
|
/openbmc/entity-manager/ |
H A D | Doxyfile | 846 # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, 865 *.ddl \
|