Displaying 16 results from an estimated 16 matches for "hdcp".
Did you mean:
dhcp
2010 Nov 28
21
[Bug 31957] New: Video Noise on HDMI output
...QAContact: xorg-team at lists.x.org
When the nouveau driver is used, bright whites have noise in them.
The picture is steady for all other colours.
Replacing the driver with the nvidia closed source one, the HDMI works fine. So
all cables must be OK, it must be a driver bug.
I suspect a HDCP problem. How do I tell if HDCP has negotiated correctly or not
with the nouveau driver?
If I use the nouveau driver, but instead with the DVI connector, and connect it
to an analogue VGA adapter to the same TV display unit, the output is fine with
no noise.
--
Configure bugmail: https://bugs.free...
2019 Aug 06
2
unstable refresh rate
...o buy a new cable and I came across this description:
> >Category 2 Certified HDMI wire supports resolutions up to 4Kx2K (UHD)
> @30 Hz
>
> https://www.cnet.com/how-to/what-is-hdmi-2-0b/
> > HDMI versions compared
> > HDMI Version Max Resolution Max 4K Frame rate HDCP 2.2 HDR WCG Hybrid Log Gamma Dynamic Metadata
> > 1.4 4K 30Hz No No No No No
> > 2.0 4K 60Hz Yes No No No No
> > 2.0a 4K 60Hz Yes Yes Yes No No
> > 2.0b 4K 60Hz...
2019 Aug 06
2
unstable refresh rate
On 2019-08-06 12:32 p.m., Ilia Mirkin wrote:
> Hi James,
>
> I semi-recently added support for HDMI 2.0 (in 4.20+, so you're good),
> which is why you got 60Hz in the first place. In order for the high
> rates to work, something called "scrambling" must be enabled. This is
> done by 2-party agreement between the sink and the source. The sink
> will inform the
2019 Oct 04
2
[PATCH TRIVIAL v2] gpu: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig
Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org>
---
Changes since v1:
1. Fix also DRM_AMD_DC_HDCP (new arrival since v1).
---
drivers/gpu/drm/Kconfig | 10 +-
drivers/gpu/drm/amd/display/Kconfig | 32 ++---
drivers/gpu/drm/bridge/Kconfig | 8 +-
drivers/gpu/drm/i915/Kconfig | 12 +-
drivers/gpu/drm/i915/Kconfig.debug | 144 +++++++++++-----...
2019 Aug 06
0
unstable refresh rate
I was going to buy a new cable and I came across this description:
>Category 2 Certified HDMI wire supports resolutions up to 4Kx2K (UHD)
@30 Hz
https://www.cnet.com/how-to/what-is-hdmi-2-0b/
> HDMI versions compared
> HDMI Version Max Resolution Max 4K Frame rate HDCP 2.2 HDR WCG Hybrid Log Gamma Dynamic Metadata
> 1.4 4K 30Hz No No No No No
> 2.0 4K 60Hz Yes No No No No
> 2.0a 4K 60Hz Yes Yes Yes No No
> 2.0b 4K 60Hz Yes Yes Yes Yes No
> 2.1 10K 120Hz Yes Yes Yes Yes Yes
"Category 2" implies HDMI...
2019 Aug 06
0
unstable refresh rate
...I came across this description:
>>> Category 2 Certified HDMI wire supports resolutions up to 4Kx2K (UHD)
>> @30 Hz
>>
>> https://www.cnet.com/how-to/what-is-hdmi-2-0b/
>>> HDMI versions compared
>>> HDMI Version Max Resolution Max 4K Frame rate HDCP 2.2 HDR
>>> WCG Hybrid Log Gamma Dynamic Metadata
>>> 1.4 4K 30Hz No No No No No
>>> 2.0 4K 60Hz Yes No No No No
>>> 2.0a 4K 60Hz Yes Yes Yes No No
>>...
2008 Dec 01
2
following Centos wiki headless install, but applying to FC10
...that might account for it. But fortunately I do
have a keyboard of sorts and a monitor of sorts so I can get to my menu
select for remote vnc install. The install then proceeds and gets to
setting up eth0, but fails. It seems like dhcp is not succeeding. If I
boot from the standard FC10 CD, hdcp does work. Here is my append line:
append initrd=initrd.img vnc vncconnect=10.8.6.15 headless ip=dhcp
ksdevice=eth0 meth
od=http://server.foo.com/fedora/10/os/i386 lang=en_US keymap=us
All these commands are listed at:
http://fedoraforum.org/forum/showthread.php?t=25826
Any pointers to where...
2018 May 07
2
[PATCH 1/3] drm/connector: Add generic underscan properties
...vborder / 2.
> + */
> + unsigned int vborder;
> +};
> +
> /**
> * struct drm_connector_state - mutable connector state
> * @connector: backpointer to the connector
> @@ -429,6 +475,12 @@ struct drm_connector_state {
> * protection. This is most commonly used for HDCP.
> */
> unsigned int content_protection;
> +
> + /**
> + * @underscan: Underscan information. Most commonly used to adjust
> + * image when the display is doing overscan.
> + */
> + struct drm_underscan underscan;
> };
>
> /**
> @@ -892,6 +944,29 @@ s...
1998 Jun 26
3
ip_masq+dhcpd+samba+2nics
Hello guys,
I'm at my wits end.. hope someone can help.. this is the deal.
I have setup a linux box to serve as a "gateway" for our internal lan.
Running 2.0.34 slakware. I have 2 nic cards.. One for our "internal" lan
(192.168.2.0) and the "external" lan..I have gotten the OS to see
both of them, but when trying to get DHCP to work with both, it kept
barfing..
2018 May 07
0
[PATCH 1/3] drm/connector: Add generic underscan properties
...bottom borders: top_border = bottom_border = vborder / 2.
+ */
+ unsigned int vborder;
+};
+
/**
* struct drm_connector_state - mutable connector state
* @connector: backpointer to the connector
@@ -429,6 +475,12 @@ struct drm_connector_state {
* protection. This is most commonly used for HDCP.
*/
unsigned int content_protection;
+
+ /**
+ * @underscan: Underscan information. Most commonly used to adjust
+ * image when the display is doing overscan.
+ */
+ struct drm_underscan underscan;
};
/**
@@ -892,6 +944,29 @@ struct drm_connector {
*/
struct drm_property_blob *tile...
2018 May 07
8
[PATCH 0/3] drm/connector: Provide generic support for underscan
Hello,
This is an attempt at providing generic support for underscan connector
props. We already have 3 drivers defining the same underscan, underscan
vborder and underscan hborder properties (amd, radeon and nouveau) and
I am about to add a new one, hence my proposal to put the prop parsing
code in the core and add ->underscan fields to drm_connector_state.
Note that I use this new
2018 May 07
0
[PATCH 1/3] drm/connector: Add generic underscan properties
...igned int vborder;
> > +};
> > +
> > /**
> > * struct drm_connector_state - mutable connector state
> > * @connector: backpointer to the connector
> > @@ -429,6 +475,12 @@ struct drm_connector_state {
> > * protection. This is most commonly used for HDCP.
> > */
> > unsigned int content_protection;
> > +
> > + /**
> > + * @underscan: Underscan information. Most commonly used to adjust
> > + * image when the display is doing overscan.
> > + */
> > + struct drm_underscan underscan;
> > };...
2020 Mar 20
0
[ANNOUNCE] igt-gpu-tools 1.25
...d_pread_*: Add check for FENCE based tiling support
i915/gem_render_tiled_blits: Add check for hardware based FENCE support
Bhanuprakash Modem (1):
tests/i915/gem_lut_handle: Minor fixes
Bhawanpreet Lakha (1):
tests/kms_content_protection: check i915 and generic debugfs name for HDCP caps
Bommu Krishnaiah (1):
i915/gem_ctx_persistence: Set context with supported engines
Chris Wilson (287):
i915/gem_pread/pwrite: Rename "basic"
i915: Fix gem_context_has_engine_map() for older kernels
overlay: Drop legacy mmio access
i915/gem_workarounds:...
2018 May 07
2
[PATCH 1/3] drm/connector: Add generic underscan properties
...vborder / 2.
> + */
> + unsigned int vborder;
> +};
> +
> /**
> * struct drm_connector_state - mutable connector state
> * @connector: backpointer to the connector
> @@ -429,6 +475,12 @@ struct drm_connector_state {
> * protection. This is most commonly used for HDCP.
> */
> unsigned int content_protection;
> +
> + /**
> + * @underscan: Underscan information. Most commonly used to adjust
> + * image when the display is doing overscan.
> + */
> + struct drm_underscan underscan;
> };
>
> /**
> @@ -892,6 +944,29 @@ s...
2018 May 11
5
[PATCH v2 0/4] drm/connector: Provide generic support for underscan
Hello,
This is an attempt at providing generic support for underscan connector
props. We already have 3 drivers defining the same underscan, underscan
vborder and underscan hborder properties (amd, radeon and nouveau) and
I am about to add a new one, hence my proposal to put the prop parsing
code in the core and add ->underscan fields to drm_connector_state.
In this v2, I also converted the
2013 Feb 27
8
VGA passthrough radeon 4850 as primary card
Hi all
I''m trying to enable VGA passthrough in linux domU without success. I
want to pass through AMD Radeon HD 4850 - 03:00.0 VGA compatible
controller: Advanced Micro Devices [AMD] nee ATI RV770 [Radeon HD
4850] as a _primary_ VGA for the VM. Nothing is showing up on the
monitor that I have connected to graphics card''s HDMI port. I have
IOMMU enabled. I searched mailing lists