From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6C425C63798 for ; Mon, 16 Nov 2020 17:24:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 322CE221F9 for ; Mon, 16 Nov 2020 17:24:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ffwll.ch header.i=@ffwll.ch header.b="AnPxyDUV" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732766AbgKPRYL (ORCPT ); Mon, 16 Nov 2020 12:24:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43616 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731709AbgKPRYJ (ORCPT ); Mon, 16 Nov 2020 12:24:09 -0500 Received: from mail-wm1-x343.google.com (mail-wm1-x343.google.com [IPv6:2a00:1450:4864:20::343]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 769D4C0613D2 for ; Mon, 16 Nov 2020 09:24:08 -0800 (PST) Received: by mail-wm1-x343.google.com with SMTP id m125so13086485wmm.3 for ; Mon, 16 Nov 2020 09:24:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=VT/xySWsVOOU8SioegJzXoHfZdY+mhRolZpe9MYTwM8=; b=AnPxyDUVdxrbYZafs+evqvV9ZfNXxX1h9lH21wgUCNgsI7J8G3xvWjuq8L6wrYpZo6 r9CA9RY7hplgno4XMoJIy3j0V8HPqOpZkW0KLHMn3sxHRnNA6f0wMZCc2nxTLiSRixLC zTldjVpBwgEn8pr9vN+HnGkf3iNyB3gArgb+U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=VT/xySWsVOOU8SioegJzXoHfZdY+mhRolZpe9MYTwM8=; b=o56W09lKJZ5H0hY8+p8w41+bgu75xLwcYMv1C0gdYtkwxoZ0IkUkyEp6UHmXECyavv +Y8Mny7liyN3cAKHJ6GcWkhS+aDUjcFIkou5g3F8NGG1wz0uacgqt5gJuDfGaFjQe7PG 2fHKGPYX5ED8RbED27S6vwnh/XSCJjMXwR0qjlGAeHx4soSGdL82buQjaxKkKXpBDVC5 CxhGDhXAiWhdtY1L2YGLOr1RQWPl9m0VLbnCQDaHHgmWPWUV5+64FtubLLBs8iC0uTie lyCxZWxh2hI5JpekKcqkC/vmk4A4zdn4opWmkEFM9Q+VL5ORXKJnIOwFWpGvfeQyd6Pn 4MOA== X-Gm-Message-State: AOAM5322ScsqI6UDHjFjT4botH5fFVyT7NytkGWl3N6/0gZA0tYkMEoY gDpvbbuSiY17F+kiYn2i8pSLmw== X-Google-Smtp-Source: ABdhPJyXF+9a4eCq88+bEfmvIMaLyiW2+ODDxhn8ltHzU+MOVfk/7Rgjqldak/b7tn81SkFuLZhKFA== X-Received: by 2002:a7b:ce8a:: with SMTP id q10mr16552904wmj.101.1605547446987; Mon, 16 Nov 2020 09:24:06 -0800 (PST) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id s133sm20767714wmf.30.2020.11.16.09.24.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 Nov 2020 09:24:06 -0800 (PST) Date: Mon, 16 Nov 2020 18:24:04 +0100 From: Daniel Vetter To: Mauro Carvalho Chehab Cc: Daniel Vetter , Linux Doc Mailing List , Jonathan Corbet , Bartlomiej Zolnierkiewicz , Bernard Zhao , Boris Brezillon , Daniel Vetter , Gwan-gyeong Mun , Laurent Pinchart , Sam Ravnborg , Sebastian Reichel , Thomas Zimmermann , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 10/27] video: fix some kernel-doc markups Message-ID: <20201116172404.GD401619@phenom.ffwll.local> Mail-Followup-To: Mauro Carvalho Chehab , Linux Doc Mailing List , Jonathan Corbet , Bartlomiej Zolnierkiewicz , Bernard Zhao , Boris Brezillon , Gwan-gyeong Mun , Laurent Pinchart , Sam Ravnborg , Sebastian Reichel , Thomas Zimmermann , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org References: <21661aed9892a1bacc7ef76a5dc9f5c7b37f5d8f.1605521731.git.mchehab+huawei@kernel.org> <20201116153606.GC401619@phenom.ffwll.local> <20201116173804.7d64f55f@coco.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201116173804.7d64f55f@coco.lan> X-Operating-System: Linux phenom 5.7.0-1-amd64 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 16, 2020 at 05:38:04PM +0100, Mauro Carvalho Chehab wrote: > Em Mon, 16 Nov 2020 16:36:06 +0100 > Daniel Vetter escreveu: > > > On Mon, Nov 16, 2020 at 11:18:06AM +0100, Mauro Carvalho Chehab wrote: > > > Some identifiers have different names between their prototypes > > > and the kernel-doc markup. > > > > > > Signed-off-by: Mauro Carvalho Chehab > > > > Acked-by: Daniel Vetter > > > > I'm assuming you're sending a pull request for this. > > Feel free to just merge it via your tree. Patches here are pretty > much independent ;-) Ok I put it into drm-misc-next. I kinda assumed since there's also a huge effort going on to shut up warnings, plus I think kerneldoc issues are reported by a bunch of build bots nowadays. So assumed you pile this all up. -Daniel > > > -Daniel > > > > > --- > > > drivers/video/fbdev/core/fbcmap.c | 2 +- > > > drivers/video/hdmi.c | 3 ++- > > > 2 files changed, 3 insertions(+), 2 deletions(-) > > > > > > diff --git a/drivers/video/fbdev/core/fbcmap.c b/drivers/video/fbdev/core/fbcmap.c > > > index e5ae33c1a8e8..757d5c3f620b 100644 > > > --- a/drivers/video/fbdev/core/fbcmap.c > > > +++ b/drivers/video/fbdev/core/fbcmap.c > > > @@ -59,41 +59,41 @@ static u16 blue16[] __read_mostly = { > > > 0x0000, 0xaaaa, 0x0000, 0xaaaa, 0x0000, 0xaaaa, 0x0000, 0xaaaa, > > > 0x5555, 0xffff, 0x5555, 0xffff, 0x5555, 0xffff, 0x5555, 0xffff > > > }; > > > > > > static const struct fb_cmap default_2_colors = { > > > .len=2, .red=red2, .green=green2, .blue=blue2 > > > }; > > > static const struct fb_cmap default_8_colors = { > > > .len=8, .red=red8, .green=green8, .blue=blue8 > > > }; > > > static const struct fb_cmap default_4_colors = { > > > .len=4, .red=red4, .green=green4, .blue=blue4 > > > }; > > > static const struct fb_cmap default_16_colors = { > > > .len=16, .red=red16, .green=green16, .blue=blue16 > > > }; > > > > > > > > > > > > /** > > > - * fb_alloc_cmap - allocate a colormap > > > + * fb_alloc_cmap_gfp - allocate a colormap > > > * @cmap: frame buffer colormap structure > > > * @len: length of @cmap > > > * @transp: boolean, 1 if there is transparency, 0 otherwise > > > * @flags: flags for kmalloc memory allocation > > > * > > > * Allocates memory for a colormap @cmap. @len is the > > > * number of entries in the palette. > > > * > > > * Returns negative errno on error, or zero on success. > > > * > > > */ > > > > > > int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags) > > > { > > > int size = len * sizeof(u16); > > > int ret = -ENOMEM; > > > > > > flags |= __GFP_NOWARN; > > > > > > if (cmap->len != len) { > > > diff --git a/drivers/video/hdmi.c b/drivers/video/hdmi.c > > > index 1e4cb63d0d11..947be761dfa4 100644 > > > --- a/drivers/video/hdmi.c > > > +++ b/drivers/video/hdmi.c > > > @@ -1675,41 +1675,42 @@ static int hdmi_audio_infoframe_unpack(struct hdmi_audio_infoframe *frame, > > > > > > ret = hdmi_audio_infoframe_init(frame); > > > if (ret) > > > return ret; > > > > > > ptr += HDMI_INFOFRAME_HEADER_SIZE; > > > > > > frame->channels = ptr[0] & 0x7; > > > frame->coding_type = (ptr[0] >> 4) & 0xf; > > > frame->sample_size = ptr[1] & 0x3; > > > frame->sample_frequency = (ptr[1] >> 2) & 0x7; > > > frame->coding_type_ext = ptr[2] & 0x1f; > > > frame->channel_allocation = ptr[3]; > > > frame->level_shift_value = (ptr[4] >> 3) & 0xf; > > > frame->downmix_inhibit = ptr[4] & 0x80 ? true : false; > > > > > > return 0; > > > } > > > > > > /** > > > - * hdmi_vendor_infoframe_unpack() - unpack binary buffer to a HDMI vendor infoframe > > > + * hdmi_vendor_any_infoframe_unpack() - unpack binary buffer to a HDMI > > > + * vendor infoframe > > > * @frame: HDMI Vendor infoframe > > > * @buffer: source buffer > > > * @size: size of buffer > > > * > > > * Unpacks the information contained in binary @buffer into a structured > > > * @frame of the HDMI Vendor information frame. > > > * Also verifies the checksum as required by section 5.3.5 of the HDMI 1.4 > > > * specification. > > > * > > > * Returns 0 on success or a negative error code on failure. > > > */ > > > static int > > > hdmi_vendor_any_infoframe_unpack(union hdmi_vendor_any_infoframe *frame, > > > const void *buffer, size_t size) > > > { > > > const u8 *ptr = buffer; > > > size_t length; > > > int ret; > > > u8 hdmi_video_format; > > > struct hdmi_vendor_infoframe *hvf = &frame->hdmi; > > > -- > > > 2.28.0 > > > > > > > > > Thanks, > Mauro -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 67838C4742C for ; Mon, 16 Nov 2020 17:24:11 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 43BC4221F9 for ; Mon, 16 Nov 2020 17:24:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ffwll.ch header.i=@ffwll.ch header.b="AnPxyDUV" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 43BC4221F9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ffwll.ch Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2D0EC89EAE; Mon, 16 Nov 2020 17:24:09 +0000 (UTC) Received: from mail-wm1-x343.google.com (mail-wm1-x343.google.com [IPv6:2a00:1450:4864:20::343]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5FD0389C60 for ; Mon, 16 Nov 2020 17:24:08 +0000 (UTC) Received: by mail-wm1-x343.google.com with SMTP id a3so24335736wmb.5 for ; Mon, 16 Nov 2020 09:24:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=VT/xySWsVOOU8SioegJzXoHfZdY+mhRolZpe9MYTwM8=; b=AnPxyDUVdxrbYZafs+evqvV9ZfNXxX1h9lH21wgUCNgsI7J8G3xvWjuq8L6wrYpZo6 r9CA9RY7hplgno4XMoJIy3j0V8HPqOpZkW0KLHMn3sxHRnNA6f0wMZCc2nxTLiSRixLC zTldjVpBwgEn8pr9vN+HnGkf3iNyB3gArgb+U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=VT/xySWsVOOU8SioegJzXoHfZdY+mhRolZpe9MYTwM8=; b=iFADIOrA93qje6zTln883D06f51vyQjsAfpQ8C418fWjKPuKM2a24Vg1FD03v3UTHv iLUudWS+V2Wm71BP8xrllh78XVxUwqO+6T5+zQPM8u8q5vIzZALWvQV3mhIvMmjrpXwL Rw52qRohwUXajKUHr7xke79/N1VQT2z0hTcdIQT2A7B+z2Fjh2ywR9F7seGLKqMMZABp Cp602r05L0YerWXNUoU0XsJeHC+Sx4uxIeEaA8YwRXwkF8avWPSCP1RDE1Dtqx6FuCoN JDRFWOOg4m+HoHl5Zumhqo4pBSgjaBdb9JYCjJd3SOfuTgjy9f8GxLlSXKQ0gzDR6axa mjaA== X-Gm-Message-State: AOAM532djiRvAQ7m4igJHz+WC3pQOg8ZYuKMrjB87bGB4lEbmEVqUJL8 JrfuUVLmKXT0iucoOgmMc65vOw== X-Google-Smtp-Source: ABdhPJyXF+9a4eCq88+bEfmvIMaLyiW2+ODDxhn8ltHzU+MOVfk/7Rgjqldak/b7tn81SkFuLZhKFA== X-Received: by 2002:a7b:ce8a:: with SMTP id q10mr16552904wmj.101.1605547446987; Mon, 16 Nov 2020 09:24:06 -0800 (PST) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id s133sm20767714wmf.30.2020.11.16.09.24.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 Nov 2020 09:24:06 -0800 (PST) Date: Mon, 16 Nov 2020 18:24:04 +0100 From: Daniel Vetter To: Mauro Carvalho Chehab Subject: Re: [PATCH v4 10/27] video: fix some kernel-doc markups Message-ID: <20201116172404.GD401619@phenom.ffwll.local> Mail-Followup-To: Mauro Carvalho Chehab , Linux Doc Mailing List , Jonathan Corbet , Bartlomiej Zolnierkiewicz , Bernard Zhao , Boris Brezillon , Gwan-gyeong Mun , Laurent Pinchart , Sam Ravnborg , Sebastian Reichel , Thomas Zimmermann , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org References: <21661aed9892a1bacc7ef76a5dc9f5c7b37f5d8f.1605521731.git.mchehab+huawei@kernel.org> <20201116153606.GC401619@phenom.ffwll.local> <20201116173804.7d64f55f@coco.lan> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201116173804.7d64f55f@coco.lan> X-Operating-System: Linux phenom 5.7.0-1-amd64 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-fbdev@vger.kernel.org, Thomas Zimmermann , Bartlomiej Zolnierkiewicz , Bernard Zhao , Jonathan Corbet , Linux Doc Mailing List , Sebastian Reichel , dri-devel@lists.freedesktop.org, Gwan-gyeong Mun , Boris Brezillon , Laurent Pinchart , Daniel Vetter , Sam Ravnborg , linux-kernel@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, Nov 16, 2020 at 05:38:04PM +0100, Mauro Carvalho Chehab wrote: > Em Mon, 16 Nov 2020 16:36:06 +0100 > Daniel Vetter escreveu: > > > On Mon, Nov 16, 2020 at 11:18:06AM +0100, Mauro Carvalho Chehab wrote: > > > Some identifiers have different names between their prototypes > > > and the kernel-doc markup. > > > > > > Signed-off-by: Mauro Carvalho Chehab > > > > Acked-by: Daniel Vetter > > > > I'm assuming you're sending a pull request for this. > > Feel free to just merge it via your tree. Patches here are pretty > much independent ;-) Ok I put it into drm-misc-next. I kinda assumed since there's also a huge effort going on to shut up warnings, plus I think kerneldoc issues are reported by a bunch of build bots nowadays. So assumed you pile this all up. -Daniel > > > -Daniel > > > > > --- > > > drivers/video/fbdev/core/fbcmap.c | 2 +- > > > drivers/video/hdmi.c | 3 ++- > > > 2 files changed, 3 insertions(+), 2 deletions(-) > > > > > > diff --git a/drivers/video/fbdev/core/fbcmap.c b/drivers/video/fbdev/core/fbcmap.c > > > index e5ae33c1a8e8..757d5c3f620b 100644 > > > --- a/drivers/video/fbdev/core/fbcmap.c > > > +++ b/drivers/video/fbdev/core/fbcmap.c > > > @@ -59,41 +59,41 @@ static u16 blue16[] __read_mostly = { > > > 0x0000, 0xaaaa, 0x0000, 0xaaaa, 0x0000, 0xaaaa, 0x0000, 0xaaaa, > > > 0x5555, 0xffff, 0x5555, 0xffff, 0x5555, 0xffff, 0x5555, 0xffff > > > }; > > > > > > static const struct fb_cmap default_2_colors = { > > > .len=2, .red=red2, .green=green2, .blue=blue2 > > > }; > > > static const struct fb_cmap default_8_colors = { > > > .len=8, .red=red8, .green=green8, .blue=blue8 > > > }; > > > static const struct fb_cmap default_4_colors = { > > > .len=4, .red=red4, .green=green4, .blue=blue4 > > > }; > > > static const struct fb_cmap default_16_colors = { > > > .len=16, .red=red16, .green=green16, .blue=blue16 > > > }; > > > > > > > > > > > > /** > > > - * fb_alloc_cmap - allocate a colormap > > > + * fb_alloc_cmap_gfp - allocate a colormap > > > * @cmap: frame buffer colormap structure > > > * @len: length of @cmap > > > * @transp: boolean, 1 if there is transparency, 0 otherwise > > > * @flags: flags for kmalloc memory allocation > > > * > > > * Allocates memory for a colormap @cmap. @len is the > > > * number of entries in the palette. > > > * > > > * Returns negative errno on error, or zero on success. > > > * > > > */ > > > > > > int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags) > > > { > > > int size = len * sizeof(u16); > > > int ret = -ENOMEM; > > > > > > flags |= __GFP_NOWARN; > > > > > > if (cmap->len != len) { > > > diff --git a/drivers/video/hdmi.c b/drivers/video/hdmi.c > > > index 1e4cb63d0d11..947be761dfa4 100644 > > > --- a/drivers/video/hdmi.c > > > +++ b/drivers/video/hdmi.c > > > @@ -1675,41 +1675,42 @@ static int hdmi_audio_infoframe_unpack(struct hdmi_audio_infoframe *frame, > > > > > > ret = hdmi_audio_infoframe_init(frame); > > > if (ret) > > > return ret; > > > > > > ptr += HDMI_INFOFRAME_HEADER_SIZE; > > > > > > frame->channels = ptr[0] & 0x7; > > > frame->coding_type = (ptr[0] >> 4) & 0xf; > > > frame->sample_size = ptr[1] & 0x3; > > > frame->sample_frequency = (ptr[1] >> 2) & 0x7; > > > frame->coding_type_ext = ptr[2] & 0x1f; > > > frame->channel_allocation = ptr[3]; > > > frame->level_shift_value = (ptr[4] >> 3) & 0xf; > > > frame->downmix_inhibit = ptr[4] & 0x80 ? true : false; > > > > > > return 0; > > > } > > > > > > /** > > > - * hdmi_vendor_infoframe_unpack() - unpack binary buffer to a HDMI vendor infoframe > > > + * hdmi_vendor_any_infoframe_unpack() - unpack binary buffer to a HDMI > > > + * vendor infoframe > > > * @frame: HDMI Vendor infoframe > > > * @buffer: source buffer > > > * @size: size of buffer > > > * > > > * Unpacks the information contained in binary @buffer into a structured > > > * @frame of the HDMI Vendor information frame. > > > * Also verifies the checksum as required by section 5.3.5 of the HDMI 1.4 > > > * specification. > > > * > > > * Returns 0 on success or a negative error code on failure. > > > */ > > > static int > > > hdmi_vendor_any_infoframe_unpack(union hdmi_vendor_any_infoframe *frame, > > > const void *buffer, size_t size) > > > { > > > const u8 *ptr = buffer; > > > size_t length; > > > int ret; > > > u8 hdmi_video_format; > > > struct hdmi_vendor_infoframe *hvf = &frame->hdmi; > > > -- > > > 2.28.0 > > > > > > > > > Thanks, > Mauro -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel