Message ID | 1422460078-18522-1-git-send-email-mika.kuoppala@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Jan 28, 2015 at 05:47:58PM +0200, Mika Kuoppala wrote: > Include intel_uncore.c in template for it to include d > documentation for intel_uncore_forcewake_get and *_put. > > Cc: Daniel Vetter <daniel@ffwll.ch> > Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com> Queued for -next, thanks for the patch. -Daniel > --- > Documentation/DocBook/drm.tmpl | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl > index 77d0455..03f1985 100644 > --- a/Documentation/DocBook/drm.tmpl > +++ b/Documentation/DocBook/drm.tmpl > @@ -3969,6 +3969,7 @@ int num_ioctls;</synopsis> > <title>Runtime Power Management</title> > !Pdrivers/gpu/drm/i915/intel_runtime_pm.c runtime pm > !Idrivers/gpu/drm/i915/intel_runtime_pm.c > +!Idrivers/gpu/drm/i915/intel_uncore.c > </sect2> > <sect2> > <title>Interrupt Handling</title> > -- > 1.9.1 >
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang.he@intel.com)
Task id: 5677
-------------------------------------Summary-------------------------------------
Platform Delta drm-intel-nightly Series Applied
PNV 353/353 353/353
ILK 355/355 355/355
SNB 400/422 400/422
IVB +2 485/487 487/487
BYT 296/296 296/296
HSW +1-2 507/508 506/508
BDW -2 401/402 399/402
-------------------------------------Detailed-------------------------------------
Platform Test drm-intel-nightly Series Applied
IVB igt_gem_pwrite_pread_snooped-pwrite-blt-cpu_mmap-performance DMESG_WARN(7, M34M21)PASS(10, M4M34) PASS(1, M21)
IVB igt_gem_storedw_batches_loop_normal DMESG_WARN(6, M34M4)PASS(18, M34M4M21) PASS(1, M21)
HSW igt_gem_pwrite_pread_snooped-pwrite-blt-cpu_mmap-performance DMESG_WARN(1, M40)PASS(22, M40M20) PASS(1, M20)
HSW igt_gem_storedw_loop_blt DMESG_WARN(1, M20)PASS(3, M40M20) DMESG_WARN(1, M20)
*HSW igt_gem_partial_pwrite_pread_write PASS(2, M40M20) DMESG_WARN(1, M20)
BDW igt_gem_pwrite_pread_display-pwrite-blt-gtt_mmap-performance DMESG_WARN(5, M28)PASS(3, M30M28) DMESG_WARN(1, M28)
BDW igt_gem_pwrite_pread_uncached-pwrite-blt-gtt_mmap-performance DMESG_WARN(1, M28)PASS(7, M30M28) DMESG_WARN(1, M28)
Note: You need to pay more attention to line start with '*'
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 77d0455..03f1985 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -3969,6 +3969,7 @@ int num_ioctls;</synopsis> <title>Runtime Power Management</title> !Pdrivers/gpu/drm/i915/intel_runtime_pm.c runtime pm !Idrivers/gpu/drm/i915/intel_runtime_pm.c +!Idrivers/gpu/drm/i915/intel_uncore.c </sect2> <sect2> <title>Interrupt Handling</title>
Include intel_uncore.c in template for it to include d documentation for intel_uncore_forcewake_get and *_put. Cc: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com> --- Documentation/DocBook/drm.tmpl | 1 + 1 file changed, 1 insertion(+)