search for: dp_stuff

Displaying 3 results from an estimated 3 matches for "dp_stuff".

Did you mean: do_stuff
2019 Aug 28
2
[PATCH v3 5/7] drm/nouveau: utilize subconnector property for DP
...ct edid *edid) { return edid && edid->revision >= 4 && edid->input & DRM_EDID_INPUT_DIGITAL && (edid->input & DRM_EDID_DIGITAL_TYPE_MASK) == DRM_EDID_DIGITAL_TYPE_DP; } { switch (port_cap[0] & DP_DS_PORT_TYPE_MASK) { case DP_DS_PORT_TYPE_DP: DP_STUFF; case DP_DS_PORT_TYPE_DP_DUALMODE: if (is_edid_digital_input_dp(edid)) DP_STUFF; /* fall through */ case DP_DS_PORT_TYPE_HDMI: case DP_DS_PORT_TYPE_DVI: TMDS_STUFF; } > > On Mon, Aug 26, 2019 at 9:22 AM Oleg Vasilev <oleg.vasilev at intel.com> wrote: > > > > Si...
2006 Oct 26
2
experiences with zpool errors and glm flipouts
...ff until sometime after we leave single user mode. So I don''t know what might be causing glm to flip out. Next, I did a scrub of the one slice in my pool and got this: ... errors: The following persistent errors have been detected: DATASET OBJECT RANGE dp_stuff 42073 917504-1048576 dp_stuff 42073 1048576-1179648 This is awesome. I can pinpoint any corruption, which is great. But... So this may be a stupid question, but it''s unclear how to locate the object in question. I did a find -inum 42073, which located some help.jar file...
2019 Aug 26
2
[PATCH v3 5/7] drm/nouveau: utilize subconnector property for DP
Since DP-specific information is stored in driver's structures, every driver needs to implement subconnector property by itself. Reviewed-by: Emil Velikov <emil.velikov at collabora.com> Signed-off-by: Oleg Vasilev <oleg.vasilev at intel.com> Cc: Ben Skeggs <bskeggs at redhat.com> Cc: nouveau at lists.freedesktop.org --- drivers/gpu/drm/nouveau/nouveau_connector.c | 13