radeon_hd: display port improvements
* Remove non-generic radeon dp_get_lane_count * Set lane count and link rate at set_display_mode * Pass entire mode to pll_set vs only pixel clock for DP code * Add helpers for DP config data to common code * Obtain more correct link rate
This commit is contained in:
@@ -40,7 +40,10 @@ typedef struct {
|
||||
uint32 dp_encode_link_rate(uint32 linkRate);
|
||||
uint32 dp_decode_link_rate(uint32 rawLinkRate);
|
||||
|
||||
uint32 dp_get_lane_count(dp_info* dpInfo, display_mode* mode);
|
||||
uint32 dp_get_lane_count_max(dp_info* dpInfo);
|
||||
uint32 dp_get_link_rate_max(dp_info* dpInfo);
|
||||
|
||||
uint32 dp_get_pixel_clock_max(int linkRate, int laneCount, int bpp);
|
||||
|
||||
|
||||
#endif /* _DP_H */
|
||||
|
||||
Reference in New Issue
Block a user