search for: mikita

Displaying 10 results from an estimated 10 matches for "mikita".

Did you mean: nikita
2020 Mar 04
5
[PATCH 0/3] drm/dp_mst: Fix bandwidth checking regressions from DSC patches
...of amd's DSC support + everything that was done on top of that I realllllly wanted to avoid doing that. Anyway, this should fix everything as far as I can tell. Note that I don't have any DSC displays locally yet, so if someone from AMD could sanity check this I would appreciate it ?. Cc: Mikita Lipski <mikita.lipski at amd.com> Cc: Alex Deucher <alexander.deucher at amd.com> Cc: Sean Paul <seanpaul at google.com> Cc: Hans de Goede <hdegoede at redhat.com> Lyude Paul (3): drm/dp_mst: Rename drm_dp_mst_is_dp_mst_end_device() to be less redundant drm/dp_mst:...
2020 Mar 05
2
[PATCH 2/3] drm/dp_mst: Don't show connectors as connected before probing available PBN
...nd of the link address > probing process, userspace will still know to reprobe the connector when > we're ready. > > Signed-off-by: Lyude Paul <lyude at redhat.com> > Fixes: cd82d82cbc04 ("drm/dp_mst: Add branch bandwidth validation to MST atomic check") > Cc: Mikita Lipski <mikita.lipski at amd.com> > Cc: Alex Deucher <alexander.deucher at amd.com> > Cc: Sean Paul <seanpaul at google.com> > Cc: Hans de Goede <hdegoede at redhat.com> > --- > drivers/gpu/drm/drm_dp_mst_topology.c | 13 +++++++++++++ > 1 file changed, 13...
2020 Mar 05
4
[PATCH 2/3] drm/dp_mst: Don't show connectors as connected before probing available PBN
...know to reprobe the connector when > > > we're ready. > > > > > > Signed-off-by: Lyude Paul <lyude at redhat.com> > > > Fixes: cd82d82cbc04 ("drm/dp_mst: Add branch bandwidth validation to MST > > > atomic check") > > > Cc: Mikita Lipski <mikita.lipski at amd.com> > > > Cc: Alex Deucher <alexander.deucher at amd.com> > > > Cc: Sean Paul <seanpaul at google.com> > > > Cc: Hans de Goede <hdegoede at redhat.com> > > > --- > > > drivers/gpu/drm/drm_dp_mst_topo...
2020 Mar 04
0
[PATCH 2/3] drm/dp_mst: Don't show connectors as connected before probing available PBN
...send a hotplug event at the end of the link address probing process, userspace will still know to reprobe the connector when we're ready. Signed-off-by: Lyude Paul <lyude at redhat.com> Fixes: cd82d82cbc04 ("drm/dp_mst: Add branch bandwidth validation to MST atomic check") Cc: Mikita Lipski <mikita.lipski at amd.com> Cc: Alex Deucher <alexander.deucher at amd.com> Cc: Sean Paul <seanpaul at google.com> Cc: Hans de Goede <hdegoede at redhat.com> --- drivers/gpu/drm/drm_dp_mst_topology.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/d...
2020 Mar 05
0
[PATCH 2/3] drm/dp_mst: Don't show connectors as connected before probing available PBN
...process, userspace will still know to reprobe the connector when > > we're ready. > > > > Signed-off-by: Lyude Paul <lyude at redhat.com> > > Fixes: cd82d82cbc04 ("drm/dp_mst: Add branch bandwidth validation to MST > > atomic check") > > Cc: Mikita Lipski <mikita.lipski at amd.com> > > Cc: Alex Deucher <alexander.deucher at amd.com> > > Cc: Sean Paul <seanpaul at google.com> > > Cc: Hans de Goede <hdegoede at redhat.com> > > --- > > drivers/gpu/drm/drm_dp_mst_topology.c | 13 +++++++++++++...
2020 Mar 05
0
[PATCH 2/3] drm/dp_mst: Don't show connectors as connected before probing available PBN
...> we're ready. > > > > > > > > Signed-off-by: Lyude Paul <lyude at redhat.com> > > > > Fixes: cd82d82cbc04 ("drm/dp_mst: Add branch bandwidth validation to > > > > MST > > > > atomic check") > > > > Cc: Mikita Lipski <mikita.lipski at amd.com> > > > > Cc: Alex Deucher <alexander.deucher at amd.com> > > > > Cc: Sean Paul <seanpaul at google.com> > > > > Cc: Hans de Goede <hdegoede at redhat.com> > > > > --- > > > > driver...
2020 Mar 06
0
[PATCH 2/3] drm/dp_mst: Don't show connectors as connected before probing available PBN
...> we're ready. > > > > > > > > Signed-off-by: Lyude Paul <lyude at redhat.com> > > > > Fixes: cd82d82cbc04 ("drm/dp_mst: Add branch bandwidth validation to > > > > MST > > > > atomic check") > > > > Cc: Mikita Lipski <mikita.lipski at amd.com> > > > > Cc: Alex Deucher <alexander.deucher at amd.com> > > > > Cc: Sean Paul <seanpaul at google.com> > > > > Cc: Hans de Goede <hdegoede at redhat.com> > > > > --- > > > > driver...
2019 Sep 18
0
[PATCH 04/15] drm/dp_mst: Add PBN calculation for DSC modes
...p.org Cc: intel-gfx at lists.freedesktop.org Reviewed-by: Manasi Navare <manasi.d.navare at intel.com> Reviewed-by: Lyude Paul <lyude at redhat.com> Reviewed-by: Harry Wentland <harry.wentland at amd.com> Signed-off-by: David Francis <David.Francis at amd.com> Signed-off-by: Mikita Lipski <mikita.lipski at amd.com> --- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 8 +++++++- .../amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 2 +- drivers/gpu/drm/drm_dp_mst_topology.c | 16 ++++++++++++---- drivers/gpu/drm/i915/intel_dp_mst.c | 3 ++- d...
2018 Nov 12
14
[PATCH 2/2] drm/atomic: Create and use __drm_atomic_helper_crtc_reset() everywhere
...c: Eric Anholt <eric at anholt.net> Cc: VMware Graphics <linux-graphics-maintainer at vmware.com> Cc: Sinclair Yeh <syeh at vmware.com> Cc: Thomas Hellstrom <thellstrom at vmware.com> Cc: Tony Cheng <Tony.Cheng at amd.com> Cc: Shirish S <shirish.s at amd.com> Cc: Mikita Lipski <mikita.lipski at amd.com> Cc: Bhawanpreet Lakha <Bhawanpreet.Lakha at amd.com> Cc: David Francis <David.Francis at amd.com> Cc: Anthony Koo <Anthony.Koo at amd.com> Cc: Jeykumar Sankaran <jsanka at codeaurora.org> Cc: Jordan Crouse <jcrouse at codeaurora.org...
2018 Nov 12
0
[PATCH 2/2] drm/atomic: Create and use __drm_atomic_helper_crtc_reset() everywhere
...olt.net> > Cc: VMware Graphics <linux-graphics-maintainer at vmware.com> > Cc: Sinclair Yeh <syeh at vmware.com> > Cc: Thomas Hellstrom <thellstrom at vmware.com> > Cc: Tony Cheng <Tony.Cheng at amd.com> > Cc: Shirish S <shirish.s at amd.com> > Cc: Mikita Lipski <mikita.lipski at amd.com> > Cc: Bhawanpreet Lakha <Bhawanpreet.Lakha at amd.com> > Cc: David Francis <David.Francis at amd.com> > Cc: Anthony Koo <Anthony.Koo at amd.com> > Cc: Jeykumar Sankaran <jsanka at codeaurora.org> > Cc: Jordan Crouse <...