1
0
Fork 0

Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixes

nouveau displayport regression fix.

* 'linux-4.15' of git://github.com/skeggsb/linux:
  drm/nouveau/disp/gf119: add missing drive vfunc ptr
hifive-unleashed-5.1
Dave Airlie 2018-01-09 12:03:10 +10:00
commit b0bb222440
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ gf119_sor = {
.links = gf119_sor_dp_links,
.power = g94_sor_dp_power,
.pattern = gf119_sor_dp_pattern,
.drive = gf119_sor_dp_drive,
.vcpi = gf119_sor_dp_vcpi,
.audio = gf119_sor_dp_audio,
.audio_sym = gf119_sor_dp_audio_sym,