|
Linux Kernel
3.7.1
|
#include <drm/drmP.h>#include <drm/drm_edid.h>#include <drm/drm_crtc_helper.h>#include <drm/drm_fb_helper.h>#include <drm/radeon_drm.h>#include "radeon.h"#include "atom.h"Go to the source code of this file.
| void radeon_add_atom_connector | ( | struct drm_device * | dev, |
| uint32_t | connector_id, | ||
| uint32_t | supported_device, | ||
| int | connector_type, | ||
| struct radeon_i2c_bus_rec * | i2c_bus, | ||
| uint32_t | igp_lane_info, | ||
| uint16_t | connector_object_id, | ||
| struct radeon_hpd * | hpd, | ||
| struct radeon_router * | router | ||
| ) |
Definition at line 1491 of file radeon_connectors.c.
| void radeon_add_legacy_connector | ( | struct drm_device * | dev, |
| uint32_t | connector_id, | ||
| uint32_t | supported_device, | ||
| int | connector_type, | ||
| struct radeon_i2c_bus_rec * | i2c_bus, | ||
| uint16_t | connector_object_id, | ||
| struct radeon_hpd * | hpd | ||
| ) |
Definition at line 1872 of file radeon_connectors.c.
| void radeon_atombios_connected_scratch_regs | ( | struct drm_connector * | connector, |
| struct drm_encoder * | encoder, | ||
| bool | connected | ||
| ) |
Definition at line 2877 of file radeon_atombios.c.
| void radeon_combios_connected_scratch_regs | ( | struct drm_connector * | connector, |
| struct drm_encoder * | encoder, | ||
| bool | connected | ||
| ) |
Definition at line 3440 of file radeon_combios.c.
| u16 radeon_connector_encoder_get_dp_bridge_encoder_id | ( | struct drm_connector * | connector | ) |
Definition at line 1287 of file radeon_connectors.c.
| bool radeon_connector_encoder_is_hbr2 | ( | struct drm_connector * | connector | ) |
Definition at line 1317 of file radeon_connectors.c.
| void radeon_connector_hotplug | ( | struct drm_connector * | connector | ) |
Definition at line 43 of file radeon_connectors.c.
| bool radeon_connector_is_dp12_capable | ( | struct drm_connector * | connector | ) |
Definition at line 1342 of file radeon_connectors.c.
| int radeon_get_monitor_bpc | ( | struct drm_connector * | connector | ) |
Definition at line 103 of file radeon_connectors.c.
1.8.2