radeon_hd: AtomBIOS version bump. Encoder work.

* Now pulling in latest amdgpu atombios.h headers
* Lots of DisplayPort cleanup and removal of legacy stuff
* Add obsolete atombios header for things that disappear
  (amdgpu doesn't support older cards like we do)
* Introduce new code to support later encoder tables
* Drop radeon-specific encoder service from common dp_info
* Tested on HD 5450 hdmi
This commit is contained in:
Alexander von Gluck IV
2016-10-05 13:54:24 -05:00
parent 878f147950
commit 25a087bc7c
8 changed files with 3630 additions and 2302 deletions
-2
View File
@@ -28,8 +28,6 @@ typedef struct {
// Internal State information
uint8 linkStatus[DP_LINK_STATUS_SIZE];
bool trainingUseEncoder;
uint8 trainingAttempts;
uint8 trainingSet[4];
int trainingReadInterval;