Searched hist:"666 cb873328b5075eb511662858bab02d084ff64" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | rgb.c | diff 666cb873328b5075eb511662858bab02d084ff64 Mon Dec 08 09:32:47 CST 2014 Thierry Reding <treding@nvidia.com> drm/tegra: dc: Unify enabling the display controller
Previously output drivers would enable continuous display mode and power up the display controller at various points during the initialization. This is suboptimal because it accesses display controller registers in output drivers and duplicates a bit of code.
Move this code into the display controller driver and enable the display controller as the final step of the ->mode_set_nofb() implementation.
Signed-off-by: Thierry Reding <treding@nvidia.com>
|
H A D | dsi.c | diff 666cb873328b5075eb511662858bab02d084ff64 Mon Dec 08 09:32:47 CST 2014 Thierry Reding <treding@nvidia.com> drm/tegra: dc: Unify enabling the display controller
Previously output drivers would enable continuous display mode and power up the display controller at various points during the initialization. This is suboptimal because it accesses display controller registers in output drivers and duplicates a bit of code.
Move this code into the display controller driver and enable the display controller as the final step of the ->mode_set_nofb() implementation.
Signed-off-by: Thierry Reding <treding@nvidia.com>
|
H A D | hdmi.c | diff 666cb873328b5075eb511662858bab02d084ff64 Mon Dec 08 09:32:47 CST 2014 Thierry Reding <treding@nvidia.com> drm/tegra: dc: Unify enabling the display controller
Previously output drivers would enable continuous display mode and power up the display controller at various points during the initialization. This is suboptimal because it accesses display controller registers in output drivers and duplicates a bit of code.
Move this code into the display controller driver and enable the display controller as the final step of the ->mode_set_nofb() implementation.
Signed-off-by: Thierry Reding <treding@nvidia.com>
|
H A D | sor.c | diff 666cb873328b5075eb511662858bab02d084ff64 Mon Dec 08 09:32:47 CST 2014 Thierry Reding <treding@nvidia.com> drm/tegra: dc: Unify enabling the display controller
Previously output drivers would enable continuous display mode and power up the display controller at various points during the initialization. This is suboptimal because it accesses display controller registers in output drivers and duplicates a bit of code.
Move this code into the display controller driver and enable the display controller as the final step of the ->mode_set_nofb() implementation.
Signed-off-by: Thierry Reding <treding@nvidia.com>
|
H A D | dc.c | diff 666cb873328b5075eb511662858bab02d084ff64 Mon Dec 08 09:32:47 CST 2014 Thierry Reding <treding@nvidia.com> drm/tegra: dc: Unify enabling the display controller
Previously output drivers would enable continuous display mode and power up the display controller at various points during the initialization. This is suboptimal because it accesses display controller registers in output drivers and duplicates a bit of code.
Move this code into the display controller driver and enable the display controller as the final step of the ->mode_set_nofb() implementation.
Signed-off-by: Thierry Reding <treding@nvidia.com>
|