Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[getedid] Add AMD support and react on used kernel #2799

Merged
merged 1 commit into from
Jul 15, 2018

Conversation

DaVukovic
Copy link
Contributor

  • Added support for AMD GPUs. Still needs testing.

  • This PR also changes the compatibility for installations which are using a newer kernel (>4.15) as drm_kms_helper.edid_firmware is deprecated since kernel 4.15. Therefore I added a check to determine which kernel is in use and if something >4.15 is used, then we use drm.edid_firmware. If something older is in use we are using drm_kms_helper.edid_firmware.
    That option might get deprecated and removed in LE10!

  • Fixed a typo ;)

@CvH CvH changed the title [getedid] Add AMD support and react on used used kernel [getedid] Add AMD support and react on used kernel Jun 26, 2018
@chewitt chewitt merged commit c4e2e39 into LibreELEC:master Jul 15, 2018
@kutmasterk
Copy link
Contributor

On further investigation i found out that the new parameter indeed does work but it needs the
video=$hdmi:D
appended to it.

I will make a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants