Re: [Intel-gfx] [PATCH v6 06/11] drm/i915: Enable big joiner support in enable and disable sequences.

2020-08-10 Thread Navare, Manasi
On Mon, Aug 10, 2020 at 02:45:52PM +0200, Maarten Lankhorst wrote: > Op 16-07-2020 om 21:27 schreef Manasi Navare: > > On Wed, Jul 15, 2020 at 03:42:17PM -0700, Manasi Navare wrote: > >> From: Maarten Lankhorst > >> > >> Make vdsc work when no output is enabled. The big joiner needs VDSC > >> on

Re: [Intel-gfx] [PATCH v6 06/11] drm/i915: Enable big joiner support in enable and disable sequences.

2020-08-10 Thread Maarten Lankhorst
Op 16-07-2020 om 21:27 schreef Manasi Navare: > On Wed, Jul 15, 2020 at 03:42:17PM -0700, Manasi Navare wrote: >> From: Maarten Lankhorst >> >> Make vdsc work when no output is enabled. The big joiner needs VDSC >> on the slave, so enable it and set the appropriate bits. >> Also update

Re: [Intel-gfx] [PATCH v6 06/11] drm/i915: Enable big joiner support in enable and disable sequences.

2020-07-16 Thread Manasi Navare
On Wed, Jul 15, 2020 at 03:42:17PM -0700, Manasi Navare wrote: > From: Maarten Lankhorst > > Make vdsc work when no output is enabled. The big joiner needs VDSC > on the slave, so enable it and set the appropriate bits. > Also update timestamping constants, because slave crtc's are not > updated

[Intel-gfx] [PATCH v6 06/11] drm/i915: Enable big joiner support in enable and disable sequences.

2020-07-15 Thread Manasi Navare
From: Maarten Lankhorst Make vdsc work when no output is enabled. The big joiner needs VDSC on the slave, so enable it and set the appropriate bits. Also update timestamping constants, because slave crtc's are not updated in drm_atomic_helper_update_legacy_modeset_state(). This should be enough