<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/include/drm/drm_dp_helper.h, branch linux-5.2.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.2.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.2.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2019-10-01T07:01:43Z</updated>
<entry>
<title>drm/dp: Add DP_DPCD_QUIRK_NO_SINK_COUNT</title>
<updated>2019-10-01T07:01:43Z</updated>
<author>
<name>Ville Syrjälä</name>
<email>ville.syrjala@linux.intel.com</email>
</author>
<published>2019-05-28T14:06:49Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=955b7a09bf57a5d5dd371a66d05aa2e11fb2e214'/>
<id>urn:sha1:955b7a09bf57a5d5dd371a66d05aa2e11fb2e214</id>
<content type='text'>
[ Upstream commit 7974033e527a5dd12d96126d09d4cff4f9b65c69 ]

CH7511 eDP-&gt;LVDS bridge doesn't seem to set SINK_COUNT properly
causing i915 to detect it as disconnected. Add a quirk to ignore
SINK_COUNT on these devices.

Cc: David S. &lt;david@majinbuu.com&gt;
Cc: Peteris Rudzusiks &lt;peteris.rudzusiks@gmail.com&gt;
Tested-by: Peteris Rudzusiks &lt;peteris.rudzusiks@gmail.com&gt;
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105406
Signed-off-by: Ville Syrjälä &lt;ville.syrjala@linux.intel.com&gt;
Link: https://patchwork.freedesktop.org/patch/msgid/20190528140650.19230-1-ville.syrjala@linux.intel.com
Acked-by: Jani Nikula &lt;jani.nikula@intel.com&gt; #irc
Signed-off-by: Sasha Levin &lt;sashal@kernel.org&gt;
</content>
</entry>
<entry>
<title>Merge https://gitlab.freedesktop.org/drm/msm into drm-next</title>
<updated>2019-02-20T02:16:37Z</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@redhat.com</email>
</author>
<published>2019-02-20T02:16:30Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a5f2fafece141ef3509e686cea576366d55cabb6'/>
<id>urn:sha1:a5f2fafece141ef3509e686cea576366d55cabb6</id>
<content type='text'>
On the display side, cleanups and fixes to enabled modifiers
(QCOM_COMPRESSED).  And otherwise mostly misc fixes all around.

Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
From: Rob Clark &lt;robdclark@gmail.com&gt;
Link: https://patchwork.freedesktop.org/patch/msgid/CAF6AEGuZ5uBKpf=fHvKpTiD10nychuEY8rnE+HeRz0QMvtY5_A@mail.gmail.com
</content>
</entry>
<entry>
<title>drm/dsc: Add kernel documentation for DRM DP DSC helpers</title>
<updated>2019-02-08T21:38:51Z</updated>
<author>
<name>Manasi Navare</name>
<email>manasi.d.navare@intel.com</email>
</author>
<published>2019-02-06T21:31:48Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=05bad2357afcb9f89804f04f0ae5ac58ae898ec5'/>
<id>urn:sha1:05bad2357afcb9f89804f04f0ae5ac58ae898ec5</id>
<content type='text'>
This patch adds appropriate kernel documentation for DRM DP helpers
used for enabling Display Stream compression functionality in
drm_dp_helper.h and drm_dp_helper.c as well as for the DSC spec
related structure definitions and helpers in drm_dsc.c and drm_dsc.h
Also add links between the functions and structures in the documentation.

v3:
* Fix the checkpatch warnings (Sean Paul)
v2:
* Add inline comments for longer structs (Daniel Vetter)
* Split the summary and description (Daniel Vetter)

Suggested-by: Daniel Vetter &lt;daniel.vetter@intel.com&gt;
Suggested-by: Sean Paul &lt;sean@poorly.run&gt;
Cc: Daniel Vetter &lt;daniel.vetter@intel.com&gt;
Cc: Sean Paul &lt;sean@poorly.run&gt;
Signed-off-by: Manasi Navare &lt;manasi.d.navare@intel.com&gt;
Acked-by: Sean Paul &lt;sean@poorly.run&gt;
Reviewed-by: Daniel Vetter &lt;daniel.vetter@intel.com&gt;
Link: https://patchwork.freedesktop.org/patch/msgid/20190206213148.21390-1-manasi.d.navare@intel.com
</content>
</entry>
<entry>
<title>drm: add definitions for DP Audio/Video compliance tests</title>
<updated>2019-02-05T16:46:40Z</updated>
<author>
<name>Chandan Uddaraju</name>
<email>chandanu@codeaurora.org</email>
</author>
<published>2019-01-28T22:58:53Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=45815d0962e90ee5dbefff9a88c195a769ace21b'/>
<id>urn:sha1:45815d0962e90ee5dbefff9a88c195a769ace21b</id>
<content type='text'>
This change adds definitions needed for DP audio compliance testing.
It also adds missing definition for DP video compliance.

Changes in V2:
-- Delete cover letter for this patch.
-- Move the description from cover letter into patch commit message.
-- Remove DPU from subject prefix

Reviewed-by: Sean Paul &lt;sean@poorly.run&gt;
Acked-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt; # for merging through -msm.
Signed-off-by: Chandan Uddaraju &lt;chandanu@codeaurora.org&gt;
Signed-off-by: Sean Paul &lt;seanpaul@chromium.org&gt;

</content>
</entry>
<entry>
<title>drm/dp/mst: Provide better debugs for NAK replies</title>
<updated>2019-01-30T21:23:13Z</updated>
<author>
<name>Ville Syrjälä</name>
<email>ville.syrjala@linux.intel.com</email>
</author>
<published>2019-01-22T20:03:01Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=3dadbd2957eb8dad8e9ca0c639307a732e564bf7'/>
<id>urn:sha1:3dadbd2957eb8dad8e9ca0c639307a732e564bf7</id>
<content type='text'>
Decode the NAK reply fields to make it easier to parse the logs.

v2: s/STR/DP_STR/ to avoid conflict with some header stuff (0day)
    Use drm_dp_mst_req_type_str() more (DK)

Signed-off-by: Ville Syrjälä &lt;ville.syrjala@linux.intel.com&gt;
Reviewed-by: Dhinakaran Pandiyan &lt;dhinakaran.pandiyan@intel.com&gt;
Link: https://patchwork.freedesktop.org/patch/msgid/20190122200301.18633-2-ville.syrjala@linux.intel.com
</content>
</entry>
<entry>
<title>drm/dp/mst: Provide defines for ACK vs. NAK reply type</title>
<updated>2019-01-30T21:23:13Z</updated>
<author>
<name>Ville Syrjälä</name>
<email>ville.syrjala@linux.intel.com</email>
</author>
<published>2019-01-22T20:03:00Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=45bbda1e35f4943fec6522ef0cdb63cb9ab5780b'/>
<id>urn:sha1:45bbda1e35f4943fec6522ef0cdb63cb9ab5780b</id>
<content type='text'>
Make the code a bit easier to read by providing symbolic names
for the reply_type (ACK vs. NAK). Also clean up some brace stuff
while at it.

v2: s/DP_REPLY/DP_SIDEBAND_REPLY/ (DK)
    Fix some checkpatch issues

Signed-off-by: Ville Syrjälä &lt;ville.syrjala@linux.intel.com&gt;
Reviewed-by: Dhinakaran Pandiyan &lt;dhinakaran.pandiyan@intel.com&gt;
Link: https://patchwork.freedesktop.org/patch/msgid/20190122200301.18633-1-ville.syrjala@linux.intel.com
</content>
</entry>
<entry>
<title>drm: Fix documentation generation for DP_DPCD_QUIRK_NO_PSR</title>
<updated>2018-12-06T01:10:25Z</updated>
<author>
<name>José Roberto de Souza</name>
<email>jose.souza@intel.com</email>
</author>
<published>2018-12-05T18:48:50Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=ed17b555303c74a35f226268523b1695dbd4617d'/>
<id>urn:sha1:ed17b555303c74a35f226268523b1695dbd4617d</id>
<content type='text'>
The DP_DPCD_QUIRK_NO_PSR comment is missing colon causing this
warning when generating kernel documentation.

./include/drm/drm_dp_helper.h:1374: warning: Incorrect use of kernel-doc format:          * @DP_DPCD_QUIRK_NO_PSR

Fixes: 7c5c641a930e (drm/i915: Disable PSR in Apple panels)
Cc: Dhinakaran Pandiyan &lt;dhinakaran.pandiyan@intel.com&gt;
Signed-off-by: José Roberto de Souza &lt;jose.souza@intel.com&gt;
Reviewed-by: Dhinakaran Pandiyan &lt;dhinakaran.pandiyan@intel.com&gt;
Link: https://patchwork.freedesktop.org/patch/msgid/20181205184850.13218-1-jose.souza@intel.com
</content>
</entry>
<entry>
<title>drm: Add the PSR SU granularity registers offsets</title>
<updated>2018-12-04T20:12:33Z</updated>
<author>
<name>José Roberto de Souza</name>
<email>jose.souza@intel.com</email>
</author>
<published>2018-12-04T00:34:01Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=71b15621f0972aac3512848691285663c66c8203'/>
<id>urn:sha1:71b15621f0972aac3512848691285663c66c8203</id>
<content type='text'>
Source is required to comply to sink SU granularity when
DP_PSR2_SU_GRANULARITY_REQUIRED is set in DP_PSR_CAPS,
so adding the registers offsets.

v2: Also adding DP_PSR2_SU_Y_GRANULARITY(Rodrigo)

Cc: Dhinakaran Pandiyan &lt;dhinakaran.pandiyan@intel.com&gt;
Cc: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;
Reviewed-by: Dhinakaran Pandiyan &lt;dhinakaran.pandiyan@intel.com&gt;
Signed-off-by: José Roberto de Souza &lt;jose.souza@intel.com&gt;
Link: https://patchwork.freedesktop.org/patch/msgid/20181204003403.23361-7-jose.souza@intel.com
</content>
</entry>
<entry>
<title>drm/i915: Disable PSR in Apple panels</title>
<updated>2018-12-04T20:12:28Z</updated>
<author>
<name>José Roberto de Souza</name>
<email>jose.souza@intel.com</email>
</author>
<published>2018-12-04T00:33:55Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=7c5c641a930ed06ca317ee39faee7d5824266348'/>
<id>urn:sha1:7c5c641a930ed06ca317ee39faee7d5824266348</id>
<content type='text'>
i915 yet don't support PSR in Apple panels, so lets keep it disabled
while we work on that.

v2: Renamed DP_DPCD_QUIRK_PSR_NOT_CURRENTLY_SUPPORTED to
DP_DPCD_QUIRK_NO_PSR (Ville)

v3:
Adding documentation to DP_DPCD_QUIRK_NO_PSR(Dhinakaran and Jani)
Fixed typo in comment of the new quirk entry(Jani)

Fixes: 598c6cfe0690 (drm/i915/psr: Enable PSR1 on gen-9+ HW)
Cc: Jani Nikula &lt;jani.nikula@intel.com&gt;
Cc: Ville Syrjälä &lt;ville.syrjala@linux.intel.com&gt;
Cc: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;
Cc: Dhinakaran Pandiyan &lt;dhinakaran.pandiyan@intel.com&gt;
Reviewed-by: Dhinakaran Pandiyan &lt;dhinakaran.pandiyan@intel.com&gt;
Signed-off-by: José Roberto de Souza &lt;jose.souza@intel.com&gt;
Link: https://patchwork.freedesktop.org/patch/msgid/20181204003403.23361-1-jose.souza@intel.com
</content>
</entry>
<entry>
<title>drm/dsc: Modify DRM helper to return complete DSC color depth capabilities</title>
<updated>2018-11-27T23:30:34Z</updated>
<author>
<name>Manasi Navare</name>
<email>manasi.d.navare@intel.com</email>
</author>
<published>2018-11-27T21:41:03Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4d4101c8b32186657c4693e1c33f90679193280b'/>
<id>urn:sha1:4d4101c8b32186657c4693e1c33f90679193280b</id>
<content type='text'>
DSC DPCD color depth register advertises its color depth capabilities
by setting each of the bits that corresponding to a specific color
depth. This patch defines those specific color depths and adds
a helper to return an array of color depth capabilities.

v2:
* Simplify the logic (Ville)

Signed-off-by: Manasi Navare &lt;manasi.d.navare@intel.com&gt;
Cc: Ville Syrjala &lt;ville.syrjala@linux.intel.com&gt;
Acked-by: Sean Paul &lt;seanpaul@chromium.org&gt; (For merging through
drm-intel)
Reviewed-by: Ville Syrjala &lt;ville.syrjala@linux.intel.com&gt;
Reviewed-by: Anusha Srivatsa &lt;anusha.srivatsa@intel.com&gt;
Link: https://patchwork.freedesktop.org/patch/msgid/20181127214125.17658-1-manasi.d.navare@intel.com
</content>
</entry>
</feed>
