Displaying 20 results from an estimated 28 matches for "gmc".
Did you mean:
gcc
2013 Jan 22
2
Creating a Data Frame from an XML
...,
I'm attempting to read information from an XML into a data frame in R using
the "XML" package. I am unable to get the data into a data frame as I would
like. I have some sample code below.
*XML Code:*
Header...
Data I want in a data frame:
<data>
<row BRAND="GMC" NUM="1" YEAR="1999" VALUE="10000" />
<row BRAND="FORD" NUM="1" YEAR="2000" VALUE="12000" />
<row BRAND="GMC" NUM="1" YEAR="2001" VALUE="12500" />
<row BRAND=&q...
2013 Jan 22
1
Create a Data Frame from an XML
...,
I'm attempting to read information from an XML into a data frame in R using
the "XML" package. I am unable to get the data into a data frame as I would
like. I have some sample code below.
*XML Code:*
Header...
Data I want in a data frame:
<data>
<row BRAND="GMC" NUM="1" YEAR="1999" VALUE="10000" />
<row BRAND="FORD" NUM="1" YEAR="2000" VALUE="12000" />
<row BRAND="GMC" NUM="1" YEAR="2001" VALUE="12500" />
<row BRAND=&q...
2006 Dec 04
0
One share works, one doesn't
I'm using FC6 and Windows XP Pro. I have two shares defined as such:
[docs]
comment = My documents
path = /home/gmc/for_backup
read only = no
public = no
valid users = gmc
[vmware]
path = /vmware
read only = yes
public = no
valid users = gmc
The directories look like this:
[root@gmc for_backup]# ls -ld /home/gmc/for_backup /vmware
drwxr-xr-x 19 gmc gmc 4096 Dec 2 11:51 /home/gmc/fo...
2023 Jun 30
0
[PATCH v1 3/4] drm/amdgpu: Implement the is_boot_device callback function
...rm/amd/amdgpu/amdgpu_device.c
@@ -3673,6 +3673,15 @@ static const struct attribute *amdgpu_dev_attributes[] = {
NULL
};
+static bool amdgpu_is_boot_device(struct pci_dev *pdev)
+{
+ struct drm_device *dev = pci_get_drvdata(pdev);
+ struct amdgpu_device *adev = drm_to_adev(dev);
+ struct amdgpu_gmc *gmc = &adev->gmc;
+
+ return drm_aperture_contain_firmware_fb(gmc->aper_base, gmc->aper_size);
+}
+
/**
* amdgpu_device_init - initialize the driver
*
@@ -4082,7 +4091,8 @@ int amdgpu_device_init(struct amdgpu_device *adev,
/* this will fail for cards that aren't VGA class...
2023 Jun 30
0
[PATCH v1 4/4] drm/radeon: Implement the is_boot_device callback function
...const struct vga_switcheroo_client_ops radeon_switcheroo_ops = {
.can_switch = radeon_switcheroo_can_switch,
};
+static bool radeon_is_boot_device(struct pci_dev *pdev)
+{
+ struct drm_device *dev = pci_get_drvdata(pdev);
+ struct radeon_device *rdev = dev->dev_private;
+ struct radeon_mc *gmc = &rdev->mc;
+
+ return drm_aperture_contain_firmware_fb(gmc->aper_base, gmc->aper_size);
+}
+
/**
* radeon_device_init - initialize the driver
*
@@ -1425,7 +1435,7 @@ int radeon_device_init(struct radeon_device *rdev,
/* if we have > 1 VGA cards, then disable the radeon VGA...
2023 Jan 25
5
[PATCH v2 1/4] drm/amdgpu: Use cursor start instead of ttm resource start
...ttm_buffer_object *bo)
if (bo->resource->mem_type != TTM_PL_VRAM)
return 0;
- offset = bo->resource->start << PAGE_SHIFT;
+ amdgpu_res_first(bo->resource, 0, bo->resource->size, &cursor);
+ offset = cursor.start;
if ((offset + bo->base.size) <= adev->gmc.visible_vram_size)
return 0;
@@ -1378,7 +1380,8 @@ vm_fault_t amdgpu_bo_fault_reserve_notify(struct ttm_buffer_object *bo)
else if (unlikely(r))
return VM_FAULT_SIGBUS;
- offset = bo->resource->start << PAGE_SHIFT;
+ amdgpu_res_first(bo->resource, 0, bo->resource->s...
2023 Jun 30
4
[PATCH v1 0/4] PCI/VGA: Improve the default VGA device selection
From: Sui Jingfeng <suijingfeng at loongson.cn>
Currently, the default VGA device selection is not perfect. Potential
problems are:
1) This function is a no-op on non-x86 architectures.
2) It does not take the PCI Bar may get relocated into consideration.
3) It is not effective for the PCI device without a dedicated VRAM Bar.
4) It is device-agnostic, thus it has to waste the effort to
2024 Aug 21
2
[PATCH v2 65/86] drm/amdgpu: Run DRM default client setup
...static int amdgpu_pci_probe(struct pci_dev *pdev,
*/
if (adev->mode_info.mode_config_initialized &&
!list_empty(&adev_to_drm(adev)->mode_config.connector_list)) {
+ const struct drm_format_info *format;
+
/* select 8 bpp console on low vram cards */
if (adev->gmc.real_vram_size <= (32*1024*1024))
- drm_fbdev_ttm_setup(adev_to_drm(adev), 8);
+ format = drm_format_info(DRM_FORMAT_C8);
else
- drm_fbdev_ttm_setup(adev_to_drm(adev), 32);
+ format = NULL;
+
+ drm_client_setup(adev_to_drm(adev), format);
}
ret = amdgpu_debugfs_init(adev);
@@ -...
2012 Feb 13
1
Gluster Management UI on oVirt platform
Hi all,
There is a proposal to develop the Gluster Management UI based on the
oVirt <http://www.ovirt.org> platform. This will enable re-use of the
enterprise features already available in oVirt. The proposed approach is
available here <http://www.ovirt.org/wiki/AddingGlusterSupportToOvirt>.
Comments / Suggestions welcome.
--
Regards,
Shireesh
2004 Apr 01
1
samba oplocks ...
I've tried to configure samba to lock files bewteen windows and linux but i couldn't i've
read a lot of messages here, but trere is no one that have something about the file smb.conf.
i have this in my global secction but i doesn't work
[global]
workgroup =3D GMC
create mask =3D 0777
os level =3D 16
directory mask =3D 0777
hosts allow =3D 192.168.0., 127.
share modes =3D no
max log size =3D 1000
lock directory =3D /tmp/samba/lock
level2 oplocks =3D yes
strict locking =3D yes
ker...
2001 Feb 05
2
Project "Muncher" the next step in wine
...rds, the better fomt
server
http://www.xfree86.org
DirectX -> Transgaming
http://www.transgaming.com
Explorer(GUI) -> modded FVWM95/Gnome desktop combo, just the
desktop though
ftp://mitac11.uia.ac.be/html-test/fvwm95.html
http://www.gnome.org
Explorer(filelister)-> gmc (was Midnight Commander, swallowed by Gnome)
http://www.gnome.org
Explorer(Browser)-> Mozilla (activeX compent, full browser)
http://www.iol.ie/~locka/mozilla/mozilla.htm
http://www.mozilla.org/
DO-HICKIES & THINGAMABOBS:
These are small apps that are written in gtk (possably quic...
2023 Jan 25
0
[PATCH v2 1/4] drm/amdgpu: Use cursor start instead of ttm resource start
...>resource->start << PAGE_SHIFT;
> + amdgpu_res_first(bo->resource, 0, bo->resource->size, &cursor);
> + offset = cursor.start;
That won't work like this. We use a virtual resource start for this
check here.
> if ((offset + bo->base.size) <= adev->gmc.visible_vram_size)
> return 0;
Just replace this whole test with calling amdgpu_bo_in_cpu_visible_vram().
>
> @@ -1378,7 +1380,8 @@ vm_fault_t amdgpu_bo_fault_reserve_notify(struct ttm_buffer_object *bo)
> else if (unlikely(r))
> return VM_FAULT_SIGBUS;
>
> -...
2014 Apr 16
1
Connecting 2 asterisks, one with PJSIP and other SIP returning 401
It's my first post here, so I'll cut to the chase
I have 2 Asterisk servers and want to connect them using sip on one and
pjsip on the other one. One is running at home and another at a VPS. The
first one will be the client (with dynamic ip) and the 2nd the server.
The client uses sip and the server pjsip.
This is the client's sip.conf
[general]
context = default
allowguest = no
2015 Sep 15
3
Asterisk 13 WebRTC Status report
hi,
i'm fighting with webrtc for 14 days
reporting my experience to minimize number of crazy asterisk users
i have working webrtc with simpl5 + asterisk 13 + pjproject 2.4.5 +
chan_pjsip + secure websockets + secure audio + audio in both ways
problems
first, i needed run chan_sip for old hard phones and wss with chan_pjsip
only for webrtc. this is possible with patch from
2023 Jan 25
4
[PATCH v3 1/4] drm/amdgpu: Use cursor start instead of ttm resource start
...ursor cursor;
uint64_t offset;
- offset = (bo->tbo.resource->start << PAGE_SHIFT) +
+ amdgpu_res_first(bo->tbo.resource, 0, bo->tbo.resource->size, &cursor);
+ offset = cursor.start +
amdgpu_ttm_domain_start(adev, bo->tbo.resource->mem_type);
return amdgpu_gmc_sign_extend(offset);
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
index c5ef7f7bdc15..ffe6a1ab7f9a 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
@@ -849,6 +849,7 @@ static int amdgpu_ttm_backend_b...
2007 Jan 22
1
Icecast 2 and SAM Broadcaster
I've been reading all of your posts. Some of it has been helpful.
My Questions.
I'm using a Windows XP computer using Icecast 2 as the server and using SAM
broadcaster as my encoder.
I'm at a college setting. I can connect to my stream by manually going to
either Itunes or Media Player and typing in my address.
When I use IE or Mozilla, nothing happens I don't get any music
2006 Apr 01
0
CESA-2005:512-01: Moderate CentOS 2 i386 mc security update
The following errata for CentOS-2 have been built and uploaded to the
centos mirror:
RHSA-2005:512-01 Moderate: mc security update
Files available:
gmc-4.5.51-36.8.i386.rpm
mc-4.5.51-36.8.i386.rpm
mcserv-4.5.51-36.8.i386.rpm
More details are available from the RedHat web site at
https://rhn.redhat.com/errata/rh21as-errata.html
The easy way to make sure you are up to date with all the latest patches
is to run:
# yum update
--
John Newbigin
Comp...
2007 Jan 19
1
Hang in the creation of virtual machine on RHEL 5 - changeset 13495: e2539ab3580a2539ab3580a
...e -c master.cfg" where master.cfg is the
configuration file gives an error
Error: (22, ''Invalid argument'') and hangs the system.
I need to do a hard reboot. I have attached the xend.log.
Is this a bug or am I doing something wrong? Master.cfg that works under
SLES10 GMC doesn''t work on RHEL5 snapshot 5.
Thanks in advance.
Regards,
Ashwin
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2011 Feb 15
4
3gp to theora problems again
hello.
as many times before i ran into troubles to encode
with ffmpeg2theora from a 3gp file.
the example files are here:
original: http://startx.plentyfact.org/media/theorastuff/test.3gp
ffmpeg2theora: http://startx.plentyfact.org/media/theorastuff/test.ogv
the 3gp file ( from some phone ) is
Video: mpeg4, yuv420p, 800x480 [PAR 1:1 DAR 5:3],
2962 kb/s, 23.95 fps, 60 tbr, 1k
2017 Dec 16
0
[PATCH 04/45] gpu: drm: remove duplicate includes
...0_d.h"
#include "dce/dce_10_0_sh_mask.h"
diff --git a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
index c25a831..aad4134 100644
--- a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
+++ b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
@@ -37,7 +37,6 @@
#include "gmc/gmc_8_2_sh_mask.h"
#include "oss/oss_3_0_d.h"
#include "oss/oss_3_0_sh_mask.h"
-#include "gca/gfx_8_0_sh_mask.h"
#include "dce/dce_10_0_d.h"
#include "dce/dce_10_0_sh_mask.h"
#include "smu/smu_7_1_3_d.h"
diff --git a/drivers/gpu/...