All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Christian König" <ckoenig.leichtzumerken-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: David Francis <David.Francis-5C7GfCeVMHo@public.gmane.org>,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Cc: manasi.d.navare-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
	intel-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
	amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
	nikola.cornij-5C7GfCeVMHo@public.gmane.org
Subject: Re: [PATCH v2 0/3] Make DRM DSC helpers more generally usable
Date: Mon, 25 Feb 2019 15:50:46 +0100	[thread overview]
Message-ID: <507a7614-ae7c-344b-fa2a-bc0d6a4e5791@gmail.com> (raw)
In-Reply-To: <20190221202001.28430-1-David.Francis-5C7GfCeVMHo@public.gmane.org>

Am 21.02.19 um 21:19 schrieb David Francis:
> drm_dsc could use some work so that drm drivers other than
> i915 can make use of it their own DSC implementations
>
> Move rc compute, a function that forms part of the DSC spec,
> into drm. Update it to DSC 1.2. Also split the PPS packing and
> SDP header init functions, to allow for drivers with
> their own SDP struct headers
>
> Re-sending due to Mail Delivery System errors

I have to admit that I know absolutely nothing about the technical 
background of the implemented spec.

But from a high level view it makes complete sense to have stuff which 
implements a spec in common code. Additional to that coding style etc 
seems to be ok on first glance.

So series is Acked-by: Christian König <christian.koenig@amd.com>

Regards,
Christian.

>
> v2:
> Rebase onto drm-next
> Refactor drm_dsc_dp_pps_header_init
> Clean up documentation on new drm function
>
> David Francis (3):
>    drm/i915: Move dsc rate params compute into drm
>    drm/dsc: Add native 420 and 422 support to compute_rc_params
>    drm/dsc: Split DSC PPS and SDP header initialisations
>
>   drivers/gpu/drm/drm_dsc.c         | 269 +++++++++++++++++++++++-------
>   drivers/gpu/drm/i915/intel_vdsc.c | 133 +--------------
>   include/drm/drm_dsc.h             |   9 +-
>   3 files changed, 219 insertions(+), 192 deletions(-)
>

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

  parent reply	other threads:[~2019-02-25 14:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-21 20:19 [PATCH v2 0/3] Make DRM DSC helpers more generally usable David Francis
2019-02-21 20:19 ` [PATCH v2 1/3] drm/i915: Move dsc rate params compute into drm David Francis
2019-02-21 20:20 ` [PATCH v2 2/3] drm/dsc: Add native 420 and 422 support to compute_rc_params David Francis
     [not found]   ` <20190221202001.28430-3-David.Francis-5C7GfCeVMHo@public.gmane.org>
2019-02-25 15:11     ` Jani Nikula
2019-02-21 20:20 ` [PATCH v2 3/3] drm/dsc: Split DSC PPS and SDP header initialisations David Francis
     [not found]   ` <20190221202001.28430-4-David.Francis-5C7GfCeVMHo@public.gmane.org>
2019-02-25 18:58     ` Manasi Navare
2019-02-21 20:33 ` ✗ Fi.CI.CHECKPATCH: warning for Make DRM DSC helpers more generally usable Patchwork
2019-02-21 20:35 ` ✗ Fi.CI.SPARSE: " Patchwork
2019-02-21 20:58 ` ✓ Fi.CI.BAT: success " Patchwork
2019-02-22  9:14 ` ✓ Fi.CI.IGT: " Patchwork
     [not found] ` <20190221202001.28430-1-David.Francis-5C7GfCeVMHo@public.gmane.org>
2019-02-25 14:50   ` Christian König [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-02-15 17:01 [PATCH v2 0/3] " David Francis

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=507a7614-ae7c-344b-fa2a-bc0d6a4e5791@gmail.com \
    --to=ckoenig.leichtzumerken-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=David.Francis-5C7GfCeVMHo@public.gmane.org \
    --cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=christian.koenig-5C7GfCeVMHo@public.gmane.org \
    --cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=intel-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=manasi.d.navare-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=nikola.cornij-5C7GfCeVMHo@public.gmane.org \
    /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.