summaryrefslogtreecommitdiff
path: root/Drivers/DisplayLink
AgeCommit message (Collapse)Author
2021-03-31Drivers/DisplayLink: Consume MdeLibs.dsc.inc for RegisterFilterLibDandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3246 MdeLibs.dsc.inc was added for some basic/default library instances provided by MdePkg and RegisterFilterLibNull Library was also added into it as the first version of MdeLibs.dsc.inc. So update platform dsc to consume MdeLibs.dsc.inc for RegisterFilterLibNull which will be consumed by IoLib and BaseLib. Cc: Leif Lindholm <leif@nuviainc.com> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Andy Hayes <andy.hayes@displaylink.com> Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
2019-09-17Drivers/DisplayLink/DisplayLinkPkg DisplayLinkGopAndy Hayes
Corrected initialisation of one of data structures used to transmit USB control messages. Mistake had no practical effects but fixing to be on safe side. Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Andy Hayes <andy.hayes@displaylink.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
2019-09-09Drivers/DisplayLink: Add DisplayLinkPkg and GOP driver DisplayLinkGopAndy Hayes
Add GOP driver for USB docking stations based on DisplayLink chips. Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Andy Hayes <andy.hayes@displaylink.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>