Home
last modified time | relevance | path

Searched refs:fourcc (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_core.h125 #define VCHIQ_FOURCC_AS_4CHARS(fourcc) \ argument
126 ((fourcc) >> 24) & 0xff, \
127 ((fourcc) >> 16) & 0xff, \
128 ((fourcc) >> 8) & 0xff, \
129 (fourcc) & 0xff
142 #define VCHIQ_FOURCC_IS_LEGAL(fourcc) (fourcc != VCHIQ_FOURCC_INVALID) argument
H A Dvchiq_core.c58 int fourcc; member
362 return service ? service->base.fourcc : 0; in vchiq_get_service_fourcc()
499 get_listening_service(VCHIQ_STATE_T *state, int fourcc) in get_listening_service() argument
503 WARN_ON(fourcc == VCHIQ_FOURCC_INVALID); in get_listening_service()
508 (service->public_fourcc == fourcc) && in get_listening_service()
977 ? service->base.fourcc in queue_message()
1091 ? service->base.fourcc in queue_message_sync()
1377 service->base.fourcc), in resolve_bulks()
1388 service->base.fourcc), in resolve_bulks()
1434 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in abort_outstanding_bulks()
[all …]
H A Dvchiq_if.h102 int fourcc; member
108 int fourcc; member
H A Dvchiq_arm.c679 service->base.fourcc), in vchiq_ioctl()
1642 .fourcc = VCHIQ_MAKE_FOURCC('K', 'E', 'E', 'P'), in vchiq_keepalive_thread_func()
2080 service_ptr->base.fourcc), in output_timeout_error()
2374 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in vchiq_use_internal()
2502 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in vchiq_release_internal()
2695 int fourcc; in vchiq_dump_service_use_state() member
2721 service_data[j].fourcc = service_ptr->base.fourcc; in vchiq_dump_service_use_state()
2746 VCHIQ_FOURCC_AS_4CHARS(service_data[i].fourcc), in vchiq_dump_service_use_state()
2781 VCHIQ_FOURCC_AS_4CHARS(service->base.fourcc), in vchiq_check_service()
H A Dvchiq_shim.c648 params.fourcc = setup->service_id; in vchi_service_open()
681 params.fourcc = setup->service_id; in vchi_service_create()
/netbsd-src/external/mit/xorg/server/xorg-server.old/include/
H A DMakefile33 fbpict.h fbrop.h fi1236.h fourcc.h gc.h gcstruct.h geext.h globals.h \
/netbsd-src/external/mit/xorg/server/xorg-server/include/
H A DMakefile37 fbpict.h fbrop.h fourcc.h gc.h gcstruct.h geext.h glamor.h globals.h \
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_pm.c4046 u32 fourcc = 0; in skl_ddb_get_hw_plane_state() local
4059 fourcc = skl_format_to_fourcc(val & PLANE_CTL_FORMAT_MASK, in skl_ddb_get_hw_plane_state()
4070 if (fourcc && in skl_ddb_get_hw_plane_state()
4071 drm_format_info_is_yuv_semiplanar(drm_format_info(fourcc))) in skl_ddb_get_hw_plane_state()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_display.c9093 int fourcc, pixel_format; in i9xx_get_initial_plane_config() local
9130 fourcc = i9xx_format_to_fourcc(pixel_format); in i9xx_get_initial_plane_config()
9131 fb->format = drm_format_info(fourcc); in i9xx_get_initial_plane_config()
10290 int fourcc, pixel_format; in skl_get_initial_plane_config() local
10324 fourcc = skl_format_to_fourcc(pixel_format, in skl_get_initial_plane_config()
10326 fb->format = drm_format_info(fourcc); in skl_get_initial_plane_config()
/netbsd-src/distrib/sets/lists/xcomp/
H A Dmi853 ./usr/X11R7/include/xorg/fourcc.h xcomp-xorg-server-include xorg