[PATCH v2 3/5] drm/tegra: Implement .mode_set_base()

2013-01-17 Thread Mark Zhang
On 01/15/2013 12:05 AM, Thierry Reding wrote: > The sequence for replacing the scanout buffer is much shorter than a > full mode change operation so implementing this callback considerably > speeds up cases where only a new framebuffer is to be scanned out. > > Signed-off-by: Thierry Reding >

Re: [PATCH v2 3/5] drm/tegra: Implement .mode_set_base()

2013-01-16 Thread Mark Zhang
On 01/15/2013 12:05 AM, Thierry Reding wrote: The sequence for replacing the scanout buffer is much shorter than a full mode change operation so implementing this callback considerably speeds up cases where only a new framebuffer is to be scanned out. Signed-off-by: Thierry Reding

[PATCH v2 3/5] drm/tegra: Implement .mode_set_base()

2013-01-14 Thread Lucas Stach
Am Montag, den 14.01.2013, 17:05 +0100 schrieb Thierry Reding: > The sequence for replacing the scanout buffer is much shorter than a > full mode change operation so implementing this callback considerably > speeds up cases where only a new framebuffer is to be scanned out. > > Signed-off-by:

[PATCH v2 3/5] drm/tegra: Implement .mode_set_base()

2013-01-14 Thread Thierry Reding
The sequence for replacing the scanout buffer is much shorter than a full mode change operation so implementing this callback considerably speeds up cases where only a new framebuffer is to be scanned out. Signed-off-by: Thierry Reding --- drivers/gpu/drm/tegra/dc.c | 29

[PATCH v2 3/5] drm/tegra: Implement .mode_set_base()

2013-01-14 Thread Thierry Reding
The sequence for replacing the scanout buffer is much shorter than a full mode change operation so implementing this callback considerably speeds up cases where only a new framebuffer is to be scanned out. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de ---