search for: enamble

Displaying 8 results from an estimated 8 matches for "enamble".

Did you mean: enable
2019 Sep 13
0
[PATCH v2 24/27] drm/amdgpu/dm: Resume short HPD IRQs before resuming MST topology
...lay/amdgpu_dm/amdgpu_dm.c > +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c > @@ -1185,15 +1185,15 @@ static int dm_resume(void *handle) > /* program HPD filter */ > dc_resume(dm->dc); > > - /* On resume we need to rewrite the MSTM control bits to enamble MST*/ > - s3_handle_mst(ddev, false); > - > /* > * early enable HPD Rx IRQ, should be done before set mode as short > * pulse interrupts are used for MST > */ > amdgpu_dm_irq_resume_early(adev); > > + /* On resume we...
2019 Sep 03
0
[PATCH v2 24/27] drm/amdgpu/dm: Resume short HPD IRQs before resuming MST topology
...8bff77da 100644 --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c @@ -1185,15 +1185,15 @@ static int dm_resume(void *handle) /* program HPD filter */ dc_resume(dm->dc); - /* On resume we need to rewrite the MSTM control bits to enamble MST*/ - s3_handle_mst(ddev, false); - /* * early enable HPD Rx IRQ, should be done before set mode as short * pulse interrupts are used for MST */ amdgpu_dm_irq_resume_early(adev); + /* On resume we need to rewrite the MSTM control bits to enamble MST*/ + s3_handle_mst(ddev, false);...
2018 Apr 04
1
Samba file indexing for windows workstations
Is there any support in samba for indexing of file searches by windows 7 workstations? Running a file server for an office and the secretaries keep asking me why searching in the win7 file manager does not work. Searching online I see some saying to turn on "offline mode" in windows for the share but storing 100 + gigs of data on each workstation (as I have read) does not really
1998 Jul 12
1
Rad Hat installation by newbie
First attempt was unsuccessful... -------------- next part -------------- An embedded message was scrubbed... From: Evan Panagiotopoulos <panagiot@frontiernet.net> Subject: Rad Hat installation by newbie Date: Fri, 10 Jul 1998 22:22:09 -0400 Size: 2011 Url: http://lists.samba.org/archive/samba/attachments/19980712/8a69f3c0/attachment.eml -------------- next part -------------- A non-text
2006 Mar 10
0
Flash call transfer problem
...on hold, class 'default', on channel 'SIP/024390239-1c04' -- MGCP mgcp_new(MGCP/aaln/3@Monforte_Euripide_9-1) created in state: Down asterisk1*CLI> -- Swapping 1 for 0 on aaln/3@Monforte_Euripide_9 -- Stopped music on hold on SIP/024390239-1c04 asterisk1*CLI> If I enamble MGCP debug I can read this when the dial tone stop: asterisk1*CLI> MGCP read: LI> NTFY 644 aaln/3@Monforte_Euripide_9 MGCP 0.1 NCS 1.0 X: 3bbde177 O: hf from 10.1.1.101:2427 Verb: 'NTFY', Identifier: '644', Endpoint: 'aaln/3@Monforte_Euripide_9', Version: 'MGCP 0...
2019 Sep 03
50
[PATCH v2 00/27] DP MST Refactors + debugging tools + suspend/resume reprobing
This is the large series for adding MST suspend/resume reprobing that I've been working on for quite a while now. In addition, I: - Refactored and cleaned up any code I ended up digging through in the process of understanding how some parts of these helpers worked. - Added some debugging tools along the way that I ended up needing to figure out some issues in my own code Note that
2001 Oct 19
10
Winbind/RH7.1...More Help
The winbind now works...my getent passwd & groups returns the domain users/groups What should be the next step? my clients (Win2K & Win9x) are still prompting for a password and I cannot login to my linux box using DOMAIN*domainuser. Must I add each domain user as a user on the linux box? Regards Winston Nimchan -----Original Message----- From: Sean Trammell
2019 Oct 22
17
[PATCH v5 00/14] DP MST Refactors + debugging tools + suspend/resume reprobing
This is the final portion of the large series for adding MST suspend/resume reprobing that I've been working on for quite a while now. In addition, I: * Refactored and cleaned up any code I ended up digging through in the process of understanding how some parts of these helpers worked. * Added some debugging tools along the way that I ended up needing to figure out some issues in my own