From: Jani Nikula <jani.nikula@intel.com>
To: Mika Kuoppala <mika.kuoppala@linux.intel.com>,
intel-gfx@lists.freedesktop.org
Cc: linux-doc@vger.kernel.org, Chris Wilson <chris@chris-wilson.co.uk>
Subject: Re: [PATCH 1/2] Documentation/i915: Fix kernel-doc references to moved gem files
Date: Thu, 06 Jun 2019 11:23:44 +0300 [thread overview]
Message-ID: <871s072kbz.fsf@intel.com> (raw)
In-Reply-To: <87d0jss4uo.fsf@gaia.fi.intel.com>
On Wed, 05 Jun 2019, Mika Kuoppala <mika.kuoppala@linux.intel.com> wrote:
> Jani Nikula <jani.nikula@intel.com> writes:
>
>> The error messages could be more descriptive, but fix these caused by
>> file moves:
>>
>> WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -internal
>> ./drivers/gpu/drm/i915/i915_gem_shrinker.c' failed with return code 2
>> WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -function
>> User command execution ./drivers/gpu/drm/i915/i915_gem_execbuffer.c'
>> failed with return code 1
>> WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -internal
>> ./drivers/gpu/drm/i915/i915_gem_tiling.c' failed with return code 2
>> WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -function
>> buffer object tiling ./drivers/gpu/drm/i915/i915_gem_tiling.c'
>> failed with return code 1
>>
>> Fixes: 10be98a77c55 ("drm/i915: Move more GEM objects under gem/")
>> Cc: Chris Wilson <chris@chris-wilson.co.uk>
>> Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
>> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
>
> /o\
>
> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Thanks for the reviews, I took the liberty of pushing these to dinq with
just BAT results, as these are purely documentation/comment changes.
BR,
Jani.
>
>> ---
>> Documentation/gpu/i915.rst | 11 ++++-------
>> 1 file changed, 4 insertions(+), 7 deletions(-)
>>
>> diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst
>> index 6c75380b2928..f98ee95da90f 100644
>> --- a/Documentation/gpu/i915.rst
>> +++ b/Documentation/gpu/i915.rst
>> @@ -349,7 +349,7 @@ of buffer object caches. Shrinking is used to make main memory
>> available. Note that this is mostly orthogonal to evicting buffer
>> objects, which has the goal to make space in gpu virtual address spaces.
>>
>> -.. kernel-doc:: drivers/gpu/drm/i915/i915_gem_shrinker.c
>> +.. kernel-doc:: drivers/gpu/drm/i915/gem/i915_gem_shrinker.c
>> :internal:
>>
>> Batchbuffer Parsing
>> @@ -373,7 +373,7 @@ Batchbuffer Pools
>> User Batchbuffer Execution
>> --------------------------
>>
>> -.. kernel-doc:: drivers/gpu/drm/i915/i915_gem_execbuffer.c
>> +.. kernel-doc:: drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
>> :doc: User command execution
>>
>> Logical Rings, Logical Ring Contexts and Execlists
>> @@ -382,9 +382,6 @@ Logical Rings, Logical Ring Contexts and Execlists
>> .. kernel-doc:: drivers/gpu/drm/i915/gt/intel_lrc.c
>> :doc: Logical Rings, Logical Ring Contexts and Execlists
>>
>> -.. kernel-doc:: drivers/gpu/drm/i915/gt/intel_lrc.c
>> - :internal:
>> -
>> Global GTT views
>> ----------------
>>
>> @@ -415,10 +412,10 @@ Hardware Tiling and Swizzling Details
>> Object Tiling IOCTLs
>> --------------------
>>
>> -.. kernel-doc:: drivers/gpu/drm/i915/i915_gem_tiling.c
>> +.. kernel-doc:: drivers/gpu/drm/i915/gem/i915_gem_tiling.c
>> :internal:
>>
>> -.. kernel-doc:: drivers/gpu/drm/i915/i915_gem_tiling.c
>> +.. kernel-doc:: drivers/gpu/drm/i915/gem/i915_gem_tiling.c
>> :doc: buffer object tiling
>>
>> WOPCM
>> --
>> 2.20.1
--
Jani Nikula, Intel Open Source Graphics Center
WARNING: multiple messages have this Message-ID (diff)
From: Jani Nikula <jani.nikula@intel.com>
To: Mika Kuoppala <mika.kuoppala@linux.intel.com>,
intel-gfx@lists.freedesktop.org
Cc: linux-doc@vger.kernel.org
Subject: Re: [PATCH 1/2] Documentation/i915: Fix kernel-doc references to moved gem files
Date: Thu, 06 Jun 2019 11:23:44 +0300 [thread overview]
Message-ID: <871s072kbz.fsf@intel.com> (raw)
In-Reply-To: <87d0jss4uo.fsf@gaia.fi.intel.com>
On Wed, 05 Jun 2019, Mika Kuoppala <mika.kuoppala@linux.intel.com> wrote:
> Jani Nikula <jani.nikula@intel.com> writes:
>
>> The error messages could be more descriptive, but fix these caused by
>> file moves:
>>
>> WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -internal
>> ./drivers/gpu/drm/i915/i915_gem_shrinker.c' failed with return code 2
>> WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -function
>> User command execution ./drivers/gpu/drm/i915/i915_gem_execbuffer.c'
>> failed with return code 1
>> WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -internal
>> ./drivers/gpu/drm/i915/i915_gem_tiling.c' failed with return code 2
>> WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -function
>> buffer object tiling ./drivers/gpu/drm/i915/i915_gem_tiling.c'
>> failed with return code 1
>>
>> Fixes: 10be98a77c55 ("drm/i915: Move more GEM objects under gem/")
>> Cc: Chris Wilson <chris@chris-wilson.co.uk>
>> Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
>> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
>
> /o\
>
> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Thanks for the reviews, I took the liberty of pushing these to dinq with
just BAT results, as these are purely documentation/comment changes.
BR,
Jani.
>
>> ---
>> Documentation/gpu/i915.rst | 11 ++++-------
>> 1 file changed, 4 insertions(+), 7 deletions(-)
>>
>> diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst
>> index 6c75380b2928..f98ee95da90f 100644
>> --- a/Documentation/gpu/i915.rst
>> +++ b/Documentation/gpu/i915.rst
>> @@ -349,7 +349,7 @@ of buffer object caches. Shrinking is used to make main memory
>> available. Note that this is mostly orthogonal to evicting buffer
>> objects, which has the goal to make space in gpu virtual address spaces.
>>
>> -.. kernel-doc:: drivers/gpu/drm/i915/i915_gem_shrinker.c
>> +.. kernel-doc:: drivers/gpu/drm/i915/gem/i915_gem_shrinker.c
>> :internal:
>>
>> Batchbuffer Parsing
>> @@ -373,7 +373,7 @@ Batchbuffer Pools
>> User Batchbuffer Execution
>> --------------------------
>>
>> -.. kernel-doc:: drivers/gpu/drm/i915/i915_gem_execbuffer.c
>> +.. kernel-doc:: drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
>> :doc: User command execution
>>
>> Logical Rings, Logical Ring Contexts and Execlists
>> @@ -382,9 +382,6 @@ Logical Rings, Logical Ring Contexts and Execlists
>> .. kernel-doc:: drivers/gpu/drm/i915/gt/intel_lrc.c
>> :doc: Logical Rings, Logical Ring Contexts and Execlists
>>
>> -.. kernel-doc:: drivers/gpu/drm/i915/gt/intel_lrc.c
>> - :internal:
>> -
>> Global GTT views
>> ----------------
>>
>> @@ -415,10 +412,10 @@ Hardware Tiling and Swizzling Details
>> Object Tiling IOCTLs
>> --------------------
>>
>> -.. kernel-doc:: drivers/gpu/drm/i915/i915_gem_tiling.c
>> +.. kernel-doc:: drivers/gpu/drm/i915/gem/i915_gem_tiling.c
>> :internal:
>>
>> -.. kernel-doc:: drivers/gpu/drm/i915/i915_gem_tiling.c
>> +.. kernel-doc:: drivers/gpu/drm/i915/gem/i915_gem_tiling.c
>> :doc: buffer object tiling
>>
>> WOPCM
>> --
>> 2.20.1
--
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2019-06-06 8:20 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-05 9:56 [PATCH 1/2] Documentation/i915: Fix kernel-doc references to moved gem files Jani Nikula
2019-06-05 9:56 ` Jani Nikula
2019-06-05 9:56 ` [PATCH 2/2] drm/i915: fix documentation build warnings Jani Nikula
2019-06-05 9:56 ` Jani Nikula
2019-06-05 12:35 ` [Intel-gfx] " Mika Kuoppala
2019-06-05 12:35 ` Mika Kuoppala
2019-06-05 10:29 ` [PATCH 1/2] Documentation/i915: Fix kernel-doc references to moved gem files Mika Kuoppala
2019-06-05 10:29 ` Mika Kuoppala
2019-06-06 8:23 ` Jani Nikula [this message]
2019-06-06 8:23 ` Jani Nikula
2019-06-05 12:25 ` ✓ Fi.CI.BAT: success for series starting with [1/2] " Patchwork
2019-06-06 17:02 ` ✓ Fi.CI.IGT: " Patchwork
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=871s072kbz.fsf@intel.com \
--to=jani.nikula@intel.com \
--cc=chris@chris-wilson.co.uk \
--cc=intel-gfx@lists.freedesktop.org \
--cc=linux-doc@vger.kernel.org \
--cc=mika.kuoppala@linux.intel.com \
/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.