/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_open_device.c | 25 * fbc_open_device - Open the frame buffer device 35 #include <sys/visual_io.h> /* VISUAL environment device identifier */ 39 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 41 #include "fbc_open_device.h" /* Open the frame buffer device */ 47 * Verify that the frame buffer device pathname specifies an 48 * existing, character special device. Open the existing graphics 49 * device and get the VISUAL environment identifier name (e.g. 56 fbc_dev_t *device) /* Frame buffer device info (-dev) */ 59 int fd; /* Graphics device fil 55 fbc_open_device( fbc_dev_t *device) argument [all...] |
H A D | fbc_get_properties.c | 39 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 51 * buffer device type. 56 fbc_dev_t *device, /* Frame buffer device info (-dev) */ 62 fbc_dev_t *device, 68 struct stat stat_buf; /* stat() buffer for device */ 71 * Construct the pathname of the device-specific shared library 74 FBC_LIB_PATH_FMT, device->vis_ident.name); 76 fbc_errormsg("Unable to construct device library pathname, " 78 device 55 fbc_get_properties( fbc_dev_t *device, fbc_varient_t *fbvar) argument [all...] |
H A D | fbc_edit_config.c | 47 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 58 * associated with the specified frame buffer device: 64 * The device handle is used to find (or construct) the target Device 75 fbc_dev_t *device, /* Frame buffer device info (-dev) */ 90 * Find the Device section that refers to this device 99 device, configIR->conf_device_lst, stream_num); 102 * Insert a Device section for this device 105 device, 112 device 74 fbc_find_active_sections( fbc_dev_t *device, fbc_varient_t *fbvar, XF86ConfigPtr configIR, sectn_mask_t ref_config) argument [all...] |
H A D | fbc_Device.c | 43 #include "fbc_query_device.h" /* Query a frame buffer device */ 50 * Find the first Device section that refers to the specified device. 53 * number. It should have a matching device pathname, unless the 56 * device pathname ("Device" Option entry). 65 * "activeness." Because fbconf_xorg(1M) is given a device name as a 80 fbc_dev_t *device, /* Frame buffer device info (-dev) */ 89 * Search each Device section for the specified device 92 * matching device pathname in a "Device" Option. Failing 102 * Compare the device drive 79 fbc_find_active_Device_section( fbc_dev_t *device, XF86ConfDevicePtr conf_device_lst, int stream_num) argument 321 fbc_insert_Device_section( fbc_dev_t *device, fbc_varient_t *fbvar, XF86ConfigPtr configIR, fbc_line_elem_t *next_line_er, XF86ConfDevicePtr *device_ptr) argument [all...] |
H A D | fbc_query_device.c | 24 * fbc_query_device - Query a frame buffer device 38 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 40 #include "fbc_query_device.h" /* Query a frame buffer device */ 46 * Query the frame buffer device for attribute information. Return 116 * Query the frame buffer device for EDID data. Return zero upon 149 * If there's an error, assume the display device isn't 181 * If there's an error, assume the display device isn't 207 * the EDID data from the display device and return the following 213 * The display device information is returned in the 219 const fbc_dev_t *device, /* Fram 218 fbc_get_edid_res_info( const fbc_dev_t *device, fbc_mode_elem_t *mode_list, fbc_edid_res_t edid_res_info[]) argument [all...] |
H A D | fbc_res_compatible.c | 40 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 43 #include "fbc_query_device.h" /* Query a frame buffer device */ 116 * Scan the display device manufacturer ID field (e.g., "SUN" or "*") 121 *error_text = "Error near display device manufacturer ID"; 128 * Parse the display device product code field (number or "*") 133 *error_text = "Error near display device product code"; 140 *error_text = "Invalid display device product code"; 180 * Display device Manufacturer ID and Product Code 216 fbc_dev_t *device, /* Frame buffer device inf 215 fbc_res_comp_lookup( fbc_dev_t *device, char *gfx_model_name, fbc_edid_res_t edid_res_info[], const char *res_mode_name, fbc_mode_elem_t *res_mode_list, const char *const mode_comp_path, FILE *mode_comp_stream) argument 388 fbc_res_compatible( fbc_dev_t *device, fbc_edid_res_t edid_res_info[], const char *res_mode_name, fbc_mode_elem_t *res_mode_list) argument [all...] |
H A D | fbconf_xorg.c | 50 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 57 #include "fbc_open_device.h" /* Open the frame buffer device */ 150 fbc_dev_t device; /* Frame buffer device info (-dev) */ local 196 * Use generic fbconf_xorg properties until the actual device is known 204 * Determine the device pathname (-dev argument) and open it 206 * The device pathname (explicitly named or resolved from the 208 * * Specifies which device file to open, which in turn 210 * * Helps to confirm the device's validity 211 * * Determines which device [all...] |
H A D | fbc_dev.c | 25 * fbc_dev - Identify the graphics device (-dev opt) 38 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 39 #include "fbc_open_device.h" /* Open the frame buffer device */ 46 * find the (first) frame buffer device name (-dev) argument, if any. 51 * Until the device type is known, we don't know what other 100 const char *default_path, /* Default device symlink path */ 101 char *device_path_buf, /* Ptr to device path buffer */ 103 fbc_dev_t *device) /* Returned device names, etc. */ 186 * Construct the device pathnam 99 fbc_resolve_device_links( const char *default_path, char *device_path_buf, size_t device_path_buflen, fbc_dev_t *device) argument 215 fbc_parse_device_filename( char *device_type_buf, size_t device_type_buflen, fbc_dev_t *device) argument 321 fbc_get_default_device( char *device_path_buf, size_t device_path_buflen, char *device_type_buf, size_t device_type_buflen, fbc_dev_t *device) argument 385 fbc_get_device_name( const char *device_arg, char *device_path_buf, size_t device_path_buflen, char *device_type_buf, size_t device_type_buflen, fbc_dev_t *device) argument 494 fbc_revise_device_info( fbc_dev_t *device) argument [all...] |
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/ast/ |
H A D | ast_properties.c | 25 * ast_properties - ast device-specific properties 33 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 39 #include "fbc_query_device.h" /* Query a frame buffer device */ 44 #include "ast_properties.h" /* ast device-specific properties */ 45 #include "ast_query_device.h" /* Query the ast graphics device */ 59 " [-dev device-filename]\n" 100 /* -dev <device> */ 219 * device type. 224 fbc_dev_t *device, /* Frame buffer device inf 223 SUNWast_get_properties( fbc_dev_t *device, fbc_varient_t *fbvar) argument [all...] |
H A D | ast_prconf.c | 37 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 56 const fbc_dev_t *device, /* Frame buffer device info (-dev) */ 68 * Get and display the EDID data for this stream's display device 73 ast_get_edid_data(device->fd, &edid); 80 fbc_prconf_cur_mode(device->fd); 93 const fbc_dev_t *device, /* Frame buffer device info (-dev) */ 103 fbc_prconf_model(device->fd); 115 device 55 ast_prconf_stream( const fbc_dev_t *device, int stream_index, fbc_mode_elem_t *mode_list) argument 92 ast_prconf( const fbc_dev_t *device, fbc_varient_t *fbvar, XF86ConfigPtr configIR) argument [all...] |
H A D | ast_predid.c | 36 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 39 #include "fbc_query_device.h" /* Query a frame buffer device */ 42 #include "ast_query_device.h" /* Query the ast graphics device */ 48 * Display the EDID data for the display device specified by video 49 * stream index (which corresponds to the device name's stream suffix 69 * Get the EDID data for this video stream's display device 77 * Display the EDID information for this display device 92 const fbc_dev_t *device, /* Frame buffer device info (-dev) */ 100 for (stream_index = device 91 ast_predid( const fbc_dev_t *device, fbc_varient_t *fbvar) argument [all...] |
H A D | ast_query_device.c | 25 * ast_query_device - Query the ast frame buffer device 42 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 45 #include "fbc_query_device.h" /* Query a frame buffer device */ 47 #include "ast_query_device.h" /* Query the ast frame buffer device */ 53 * Query the frame buffer device for EDID data. Return zero upon 67 * Get the EDID data for this video stream's display device 69 * If the display device had been powered down, it may take a 94 * retrieve the EDID data from the display device and return the 100 * The display device information is returned in the 106 const fbc_dev_t *device, /* Fram 105 ast_get_edid_res_info( const fbc_dev_t *device, fbc_mode_elem_t *mode_list, fbc_edid_res_t edid_res_info[]) argument [all...] |
H A D | ast_res_try_now.c | 58 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 103 fbc_dev_t *device, /* Frame buffer device info (-dev) */ 137 fb_info = ast_openfd(device->fd); 150 for (stream_index = device->stream_lo; 151 stream_index <= device->stream_hi; 199 for (stream_index = device->stream_lo; 200 stream_index <= device->stream_hi; 204 offset[stream_index] = Radeon_GetMemory(device->fd, 219 device, stream_inde 102 ast_res_mode_try( fbc_dev_t *device, fbc_video_mode_t *video_mode) argument 360 ast_res_mode_now( fbc_dev_t *device, fbc_video_mode_t *video_mode) argument [all...] |
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/ |
H A D | mga_properties.c | 25 * mga_properties - mga device-specific properties 33 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 39 #include "fbc_query_device.h" /* Query a frame buffer device */ 44 #include "mga_properties.h" /* mga device-specific properties */ 45 #include "mga_query_device.h" /* Query the mga graphics device */ 59 " [-dev device-filename]\n" 100 /* -dev <device> */ 219 * device type. 224 fbc_dev_t *device, /* Frame buffer device inf 223 SUNWmga_get_properties( fbc_dev_t *device, fbc_varient_t *fbvar) argument [all...] |
H A D | mga_prconf.c | 37 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 56 const fbc_dev_t *device, /* Frame buffer device info (-dev) */ 68 * Get and display the EDID data for this stream's display device 73 mga_get_edid_data(device->fd, &edid); 80 fbc_prconf_cur_mode(device->fd); 93 const fbc_dev_t *device, /* Frame buffer device info (-dev) */ 103 fbc_prconf_model(device->fd); 115 device 55 mga_prconf_stream( const fbc_dev_t *device, int stream_index, fbc_mode_elem_t *mode_list) argument 92 mga_prconf( const fbc_dev_t *device, fbc_varient_t *fbvar, XF86ConfigPtr configIR) argument [all...] |
H A D | mga_predid.c | 32 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 35 #include "fbc_query_device.h" /* Query a frame buffer device */ 38 #include "mga_query_device.h" /* Query the mga graphics device */ 44 * Display the EDID data for the display device specified by video 45 * stream index (which corresponds to the device name's stream suffix 65 * Get the EDID data for this video stream's display device 73 * Display the EDID information for this display device 88 const fbc_dev_t *device, /* Frame buffer device info (-dev) */ 96 for (stream_index = device 87 mga_predid( const fbc_dev_t *device, fbc_varient_t *fbvar) argument [all...] |
H A D | mga_query_device.c | 25 * mga_query_device - Query the mga frame buffer device 42 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 45 #include "fbc_query_device.h" /* Query a frame buffer device */ 47 #include "mga_query_device.h" /* Query the mga frame buffer device */ 53 * Query the frame buffer device for EDID data. Return zero upon 67 * Get the EDID data for this video stream's display device 69 * If the display device had been powered down, it may take a 94 * retrieve the EDID data from the display device and return the 100 * The display device information is returned in the 106 const fbc_dev_t *device, /* Fram 105 mga_get_edid_res_info( const fbc_dev_t *device, fbc_mode_elem_t *mode_list, fbc_edid_res_t edid_res_info[]) argument [all...] |
H A D | mga_res_try_now.c | 52 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 97 fbc_dev_t *device, /* Frame buffer device info (-dev) */ 131 fb_info = mga_openfd(device->fd); 144 for (stream_index = device->stream_lo; 145 stream_index <= device->stream_hi; 193 for (stream_index = device->stream_lo; 194 stream_index <= device->stream_hi; 198 offset[stream_index] = Radeon_GetMemory(device->fd, 213 device, stream_inde 96 mga_res_mode_try( fbc_dev_t *device, fbc_video_mode_t *video_mode) argument 354 mga_res_mode_now( fbc_dev_t *device, fbc_video_mode_t *video_mode) argument [all...] |
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/efb/ |
H A D | efb_prconf.c | 37 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 41 #include "fbc_query_device.h" /* Query a frame buffer device */ 65 * Get and display the EDID data for this stream's display device 87 const fbc_dev_t *device, /* Frame buffer device info (-dev) */ 97 fbc_prconf_model(device->fd); 109 device->type); 116 for (stream_index = device->stream_lo; 117 stream_index <= device->stream_hi; 120 efb_prconf_stream(device 86 efb_prconf( const fbc_dev_t *device, fbc_varient_t *fbvar, XF86ConfigPtr configIR) argument [all...] |
H A D | efb_predid.c | 37 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 40 #include "fbc_query_device.h" /* Query a frame buffer device */ 43 #include "efb_query_device.h" /* Query the efb graphics device */ 49 * Display the EDID data for the display device specified by video 50 * stream index (which corresponds to the device name's stream suffix 66 * Get and display the EDID data for this stream's display device 83 const fbc_dev_t *device, /* Frame buffer device info (-dev) */ 91 for (stream_index = device->stream_lo; 92 stream_index <= device 82 efb_predid( const fbc_dev_t *device, fbc_varient_t *fbvar) argument [all...] |
H A D | efb_properties.c | 25 * efb_properties - efb device-specific properties 36 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 42 #include "fbc_query_device.h" /* Query a frame buffer device */ 47 #include "efb_properties.h" /* efb device-specific properties */ 48 #include "efb_query_device.h" /* Query the efb graphics device */ 62 " [-dev device-filename]\n" 74 " [-dev device-filename]\n" 152 /* -dev <device> */ 290 /* -dev <device> */ 463 /* -dev <device> */ 661 SUNWefb_get_properties( fbc_dev_t *device, fbc_varient_t *fbvar) argument [all...] |
H A D | efb_query_device.c | 25 * efb_query_device - Query the efb frame buffer device 46 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 49 #include "fbc_query_device.h" /* Query a frame buffer device */ 51 #include "efb_query_device.h" /* Query the efb frame buffer device */ 57 * Query the frame buffer device for EDID data. Return zero upon 71 * Get the EDID data for this video stream's display device 73 * If the display device had been powered down, it may take a 98 * retrieve the EDID data from the display device and return the 104 * The display device information is returned in the 110 const fbc_dev_t *device, /* Fram 109 efb_get_edid_res_info( const fbc_dev_t *device, fbc_mode_elem_t *mode_list, fbc_edid_res_t edid_res_info[]) argument [all...] |
H A D | efb_res_try_now.c | 60 #include "fbc_dev.h" /* Identify the graphics device (-dev opt) */ 105 fbc_dev_t *device, /* Frame buffer device info (-dev) */ 142 fb_info = efb_openfd(device->fd); 155 for (stream_index = device->stream_lo; 156 stream_index <= device->stream_hi; 204 for (stream_index = device->stream_lo; 205 stream_index <= device->stream_hi; 209 offset[stream_index] = Radeon_GetMemory(device->fd, 224 device, stream_inde 104 efb_res_mode_try( fbc_dev_t *device, fbc_video_mode_t *video_mode) argument 367 efb_res_mode_now( fbc_dev_t *device, fbc_video_mode_t *video_mode) argument [all...] |
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | Device.c | 490 XF86ConfDevicePtr device = p->conf_device_lst; local 493 if (!device) { 499 while (device) { 500 if (!device->dev_driver) { 501 xf86validationError (UNDEFINED_DRIVER_MSG, device->dev_identifier); 504 device = device->list.next;
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_sun_pci.h | 45 uint16_t device; member in struct:pci_dev
|