All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libdrm 1/2] intel: Sync the command parser version parameter from kernel
@ 2014-06-19 10:31 Damien Lespiau
  2014-06-19 10:31 ` [PATCH libdrm 2/2] intel: Sync typo fix from the kernel sources Damien Lespiau
  2014-06-19 16:28 ` [PATCH libdrm 1/2] intel: Sync the command parser version parameter from kernel Volkin, Bradley D
  0 siblings, 2 replies; 4+ messages in thread
From: Damien Lespiau @ 2014-06-19 10:31 UTC (permalink / raw
  To: dri-devel; +Cc: intel-gfx

Cc: Bradley Volkin <bradley.d.volkin@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 include/drm/i915_drm.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h
index 2f4eb8c..980dbf8 100644
--- a/include/drm/i915_drm.h
+++ b/include/drm/i915_drm.h
@@ -337,6 +337,7 @@ typedef struct drm_i915_irq_wait {
 #define I915_PARAM_HAS_EXEC_NO_RELOC	 25
 #define I915_PARAM_HAS_EXEC_HANDLE_LUT   26
 #define I915_PARAM_HAS_WT     	 	 27
+#define I915_PARAM_CMD_PARSER_VERSION	 28
 
 typedef struct drm_i915_getparam {
 	int param;
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH libdrm 2/2] intel: Sync typo fix from the kernel sources.
  2014-06-19 10:31 [PATCH libdrm 1/2] intel: Sync the command parser version parameter from kernel Damien Lespiau
@ 2014-06-19 10:31 ` Damien Lespiau
  2014-06-19 16:28 ` [PATCH libdrm 1/2] intel: Sync the command parser version parameter from kernel Volkin, Bradley D
  1 sibling, 0 replies; 4+ messages in thread
From: Damien Lespiau @ 2014-06-19 10:31 UTC (permalink / raw
  To: dri-devel; +Cc: intel-gfx

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 include/drm/i915_drm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h
index 980dbf8..8eb0cb3 100644
--- a/include/drm/i915_drm.h
+++ b/include/drm/i915_drm.h
@@ -722,7 +722,7 @@ struct drm_i915_gem_execbuffer2 {
  */
 #define I915_EXEC_IS_PINNED		(1<<10)
 
-/** Provide a hint to the kernel that the command stream and auxilliary
+/** Provide a hint to the kernel that the command stream and auxiliary
  * state buffers already holds the correct presumed addresses and so the
  * relocation process may be skipped if no buffers need to be moved in
  * preparation for the execbuffer.
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH libdrm 1/2] intel: Sync the command parser version parameter from kernel
  2014-06-19 10:31 [PATCH libdrm 1/2] intel: Sync the command parser version parameter from kernel Damien Lespiau
  2014-06-19 10:31 ` [PATCH libdrm 2/2] intel: Sync typo fix from the kernel sources Damien Lespiau
@ 2014-06-19 16:28 ` Volkin, Bradley D
  2014-06-19 17:30   ` Damien Lespiau
  1 sibling, 1 reply; 4+ messages in thread
From: Volkin, Bradley D @ 2014-06-19 16:28 UTC (permalink / raw
  To: Damien Lespiau; +Cc: intel-gfx, dri-devel

On Thu, Jun 19, 2014 at 11:31:53AM +0100, Damien Lespiau wrote:
> Cc: Bradley Volkin <bradley.d.volkin@intel.com>
> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>

Thanks for taking care of this Damien.

Reviewed-by: Brad Volkin <bradley.d.volkin@intel.com>

> ---
>  include/drm/i915_drm.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h
> index 2f4eb8c..980dbf8 100644
> --- a/include/drm/i915_drm.h
> +++ b/include/drm/i915_drm.h
> @@ -337,6 +337,7 @@ typedef struct drm_i915_irq_wait {
>  #define I915_PARAM_HAS_EXEC_NO_RELOC	 25
>  #define I915_PARAM_HAS_EXEC_HANDLE_LUT   26
>  #define I915_PARAM_HAS_WT     	 	 27
> +#define I915_PARAM_CMD_PARSER_VERSION	 28
>  
>  typedef struct drm_i915_getparam {
>  	int param;
> -- 
> 1.8.3.1
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH libdrm 1/2] intel: Sync the command parser version parameter from kernel
  2014-06-19 16:28 ` [PATCH libdrm 1/2] intel: Sync the command parser version parameter from kernel Volkin, Bradley D
@ 2014-06-19 17:30   ` Damien Lespiau
  0 siblings, 0 replies; 4+ messages in thread
From: Damien Lespiau @ 2014-06-19 17:30 UTC (permalink / raw
  To: Volkin, Bradley D; +Cc: intel-gfx, dri-devel

On Thu, Jun 19, 2014 at 09:28:08AM -0700, Volkin, Bradley D wrote:
> On Thu, Jun 19, 2014 at 11:31:53AM +0100, Damien Lespiau wrote:
> > Cc: Bradley Volkin <bradley.d.volkin@intel.com>
> > Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
> 
> Thanks for taking care of this Damien.
> 
> Reviewed-by: Brad Volkin <bradley.d.volkin@intel.com>

Thanks for the review, pushed both patches.

-- 
Damien

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-19 17:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-19 10:31 [PATCH libdrm 1/2] intel: Sync the command parser version parameter from kernel Damien Lespiau
2014-06-19 10:31 ` [PATCH libdrm 2/2] intel: Sync typo fix from the kernel sources Damien Lespiau
2014-06-19 16:28 ` [PATCH libdrm 1/2] intel: Sync the command parser version parameter from kernel Volkin, Bradley D
2014-06-19 17:30   ` Damien Lespiau

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.