aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0565-drm-Move-timestamping-constants-into-drm_vblank_crtc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0565-drm-Move-timestamping-constants-into-drm_vblank_crtc.patch')
-rw-r--r--common/recipes-kernel/linux/files/0565-drm-Move-timestamping-constants-into-drm_vblank_crtc.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/common/recipes-kernel/linux/files/0565-drm-Move-timestamping-constants-into-drm_vblank_crtc.patch b/common/recipes-kernel/linux/files/0565-drm-Move-timestamping-constants-into-drm_vblank_crtc.patch
deleted file mode 100644
index c09127f5..00000000
--- a/common/recipes-kernel/linux/files/0565-drm-Move-timestamping-constants-into-drm_vblank_crtc.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From eba1f35dfe145247c7eb690c7c32740fde8ec699 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ville=20Syrj=C3=A4l=C3=A4?= <ville.syrjala@linux.intel.com>
-Date: Mon, 14 Sep 2015 22:43:43 +0300
-Subject: [PATCH 0565/1565] drm: Move timestamping constants into
- drm_vblank_crtc
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Collect the timestamping constants alongside the rest of the relevant
-stuff under drm_vblank_crtc.
-
-We can now get rid of the 'refcrtc' parameter to
-drm_calc_vbltimestamp_from_scanoutpos().
-
-Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
-Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
-Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
----
- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
-index 2236793..ecfa703 100644
---- a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
-+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
-@@ -681,7 +681,7 @@ int amdgpu_get_vblank_timestamp_kms(struct drm_device *dev, int crtc,
- /* Helper routine in DRM core does all the work: */
- return drm_calc_vbltimestamp_from_scanoutpos(dev, crtc, max_error,
- vblank_time, flags,
-- drmcrtc, &drmcrtc->hwmode);
-+ &drmcrtc->hwmode);
- }
-
- const struct drm_ioctl_desc amdgpu_ioctls_kms[] = {
---
-1.9.1
-