Lines Matching +full:pixel +full:- +full:format
3 * Copyright © 2007-2008 Dave Airlie
4 * Copyright © 2007-2008 Intel Corporation
104 MODE_UNVERIFIED = -3, /* mode needs to reverified */
105 MODE_BAD = -2, /* unspecified reason */
106 MODE_ERROR = -1 /* error condition */
204 /* Clock limits FIXME: storage format */
263 uint32_t pixel_format; /* fourcc format */
300 * drm_crtc_funcs - control CRTCs for a given device
360 * drm_crtc - central CRTC control structure
377 * @pixeldur_ns: precise pixel timing
378 * @helper_private: mid-layer private data
423 * drm_connector_funcs - control connectors on a given device
460 * drm_encoder_funcs - encoder controls
476 * drm_encoder - central DRM encoder structure
485 * @helper_private: mid-layer private data
508 DRM_FORCE_ON_DIGITAL, /* for DVI-I use digital connector */
523 * drm_connector - central DRM connector control structure
543 * @helper_private: mid-layer private data
547 * @eld: EDID-like data, if present
612 * drm_plane_funcs - driver plane control functions
633 * drm_plane - central DRM plane control structure
675 * drm_mode_set - new values for a CRTC config change
703 * struct drm_mode_config_funcs - basic driver provided mode setting functions
707 * Some global (i.e. not per-CRTC, connector, etc) mode setting functions that
719 * drm_mode_group - group of mode setting resources for potential sub-grouping
741 * drm_mode_config - Mode configuration control structure
753 * @min_width: minimum pixel width on this device
754 * @min_height: minimum pixel height on this device
755 * @max_width: maximum pixel width on this device
756 * @max_height: maximum pixel height on this device
769 …struct drm_gem_names crtc_names; /* use this idr for all IDs, fb, crtc, connector, modes - just ma…
800 /* DVI-I properties */
1074 extern void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth,
1076 extern int drm_format_num_planes(uint32_t format);
1077 extern int drm_format_plane_cpp(uint32_t format, int plane);
1078 extern int drm_format_horz_chroma_subsampling(uint32_t format);
1079 extern int drm_format_vert_chroma_subsampling(uint32_t format);