Re: [PATCH 6/6] drm: Add DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags

2016-08-07 Thread Michel Dänzer
On 04.08.2016 19:56, Daniel Vetter wrote: > On Thu, Aug 04, 2016 at 12:39:41PM +0900, Michel Dänzer wrote: >> From: Michel Dänzer >> >> @@ -543,15 +549,25 @@ struct drm_color_lut { >> * 'as soon as possible', meaning that it not delay waiting for vblank. >> * This may cause tearing on the scre

Re: [PATCH] Standardizing the info message for unimplemented functions

2016-08-07 Thread Huang Rui
On Sun, Aug 07, 2016 at 05:17:41PM -0400, Alexandre Demers wrote: > Signed-off-by: Alexandre Demers > > --- > drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | 22 +++--- > 1 file changed, 11 insertions(+), 11 deletions(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c > b/driver

Re: [PATCH 1/6] drm: Add page_flip_target CRTC hook

2016-08-07 Thread Michel Dänzer
On 04.08.2016 20:01, Daniel Vetter wrote: > On Thu, Aug 04, 2016 at 12:47:38PM +0200, Daniel Vetter wrote: >> On Thu, Aug 04, 2016 at 12:39:36PM +0900, Michel Dänzer wrote: >>> >>> @@ -5434,6 +5435,18 @@ int drm_mode_page_flip_ioctl(struct drm_device *dev, >>> if (!crtc) >>> return

Re: [PATCH 0/6] drm: Explicit target vblank seqno for page flips

2016-08-07 Thread Michel Dänzer
On 04.08.2016 19:12, Daniel Stone wrote: > On 4 August 2016 at 11:01, Michel Dänzer wrote: >> On 04.08.2016 18:51, Daniel Stone wrote: >>> On 4 August 2016 at 04:39, Michel Dänzer wrote: Patch 6 extends the ioctl with new flags, which allow userspace to explicitly specify the target vbl

Re: [PATCH 1/6] drm: Add page_flip_target CRTC hook

2016-08-07 Thread Michel Dänzer
On 05.08.2016 00:13, Alex Deucher wrote: > On Wed, Aug 3, 2016 at 11:39 PM, Michel Dänzer wrote: >> >> @@ -5434,6 +5435,18 @@ int drm_mode_page_flip_ioctl(struct drm_device *dev, >> if (!crtc) >> return -ENOENT; >> >> + if (crtc->funcs->page_flip_target) { >> +

答复: [PATCH] Standardizing the info message for unimplemented functions

2016-08-07 Thread Wang, Ken
Reviewed-by: Ken Wang 发件人: amd-gfx 代表 Alexandre Demers 发送时间: 2016年8月8日 5:17:41 收件人: amd-gfx@lists.freedesktop.org 主题: [PATCH] Standardizing the info message for unimplemented functions Signed-off-by: Alexandre Demers --- drivers/gpu/drm/amd/amdgpu/dce_v6_0.

[PATCH] Standardizing the info message for unimplemented functions

2016-08-07 Thread Alexandre Demers
Signed-off-by: Alexandre Demers --- drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c index 07e0475..9e327be 100644 --- a/drivers/gpu/dr