All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel.vetter@ffwll.ch>
To: DRI Development <dri-devel@lists.freedesktop.org>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Subject: [PATCH 4/7] headers: Update drm_sarea.h
Date: Wed, 30 Mar 2016 17:04:39 +0200	[thread overview]
Message-ID: <1459350282-13343-4-git-send-email-daniel.vetter@ffwll.ch> (raw)
In-Reply-To: <1459350282-13343-1-git-send-email-daniel.vetter@ffwll.ch>

Generated using make headers_install. Only difference is a new value
of SAREA_MAX for mips. Not that we ever shipped a dri1 driver on that
platform probably ...

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
---
 include/drm/drm_sarea.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/drm/drm_sarea.h b/include/drm/drm_sarea.h
index 7325558d9cbd..502934edc21a 100644
--- a/include/drm/drm_sarea.h
+++ b/include/drm/drm_sarea.h
@@ -37,6 +37,8 @@
 /* SAREA area needs to be at least a page */
 #if defined(__alpha__)
 #define SAREA_MAX                       0x2000U
+#elif defined(__mips__)
+#define SAREA_MAX                       0x4000U
 #elif defined(__ia64__)
 #define SAREA_MAX                       0x10000U	/* 64kB */
 #else
-- 
2.8.0.rc3

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2016-03-30 15:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-30 15:04 [PATCH 1/7] headers: Remove _DRM_GEM Daniel Vetter
2016-03-30 15:04 ` [PATCH 2/7] tests/kms-steal-crtc: Use correct includes Daniel Vetter
2016-03-30 15:04 ` [PATCH 3/7] headers: Update drm_i915.h Daniel Vetter
2016-03-30 15:04 ` Daniel Vetter [this message]
2016-03-30 15:04 ` [PATCH 5/7] headers: Update drm_fourcc.h Daniel Vetter
2016-03-30 15:04 ` [PATCH 6/7] headers: Update drm_mode.h Daniel Vetter
2016-03-30 15:04 ` [PATCH 7/7] headers: Update drm.h Daniel Vetter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1459350282-13343-4-git-send-email-daniel.vetter@ffwll.ch \
    --to=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.