diff mbox

drm: Fix missing kerneldoc for the edid_corrupt field in struct drm_connector

Message ID 1431094414-20740-1-git-send-email-tprevite@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Todd Previte May 8, 2015, 2:13 p.m. UTC
The kerneldoc for this newly added parameter was missing from the
original patch. This patch adds the appropriate kerneldoc entry.

Signed-off-by: Todd Previte <tprevite@gmail.com>
---
 include/drm/drm_crtc.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Shuang He May 9, 2015, 1:59 a.m. UTC | #1
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang.he@intel.com)
Task id: 6359
-------------------------------------Summary-------------------------------------
Platform          Delta          drm-intel-nightly          Series Applied
PNV                                  276/276              276/276
ILK                                  302/302              302/302
SNB                                  316/316              316/316
IVB                                  342/342              342/342
BYT                                  286/286              286/286
BDW                                  321/321              321/321
-------------------------------------Detailed-------------------------------------
Platform  Test                                drm-intel-nightly          Series Applied
Note: You need to pay more attention to line start with '*'
Daniel Vetter May 11, 2015, 9:43 a.m. UTC | #2
On Fri, May 08, 2015 at 07:13:34AM -0700, Todd Previte wrote:
> The kerneldoc for this newly added parameter was missing from the
> original patch. This patch adds the appropriate kerneldoc entry.
> 
> Signed-off-by: Todd Previte <tprevite@gmail.com>

Patch was a bit too late before I've done the -testing tagging, so I went
ahead with my own fixup.
-Daniel
> ---
>  include/drm/drm_crtc.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
> index 8bc2724..9cd290c 100644
> --- a/include/drm/drm_crtc.h
> +++ b/include/drm/drm_crtc.h
> @@ -647,6 +647,7 @@ struct drm_encoder {
>   * @audio_latency: audio latency info from ELD, if found
>   * @null_edid_counter: track sinks that give us all zeros for the EDID
>   * @bad_edid_counter: track sinks that give us an EDID with invalid checksum
> + * @edid_corrupt: flag for EDID header corruption detection
>   * @debugfs_entry: debugfs directory for this connector
>   * @state: current atomic state for this connector
>   * @has_tile: is this connector connected to a tiled monitor
> -- 
> 1.9.1
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
diff mbox

Patch

diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 8bc2724..9cd290c 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -647,6 +647,7 @@  struct drm_encoder {
  * @audio_latency: audio latency info from ELD, if found
  * @null_edid_counter: track sinks that give us all zeros for the EDID
  * @bad_edid_counter: track sinks that give us an EDID with invalid checksum
+ * @edid_corrupt: flag for EDID header corruption detection
  * @debugfs_entry: debugfs directory for this connector
  * @state: current atomic state for this connector
  * @has_tile: is this connector connected to a tiled monitor