Displaying 20 results from an estimated 29 matches for "r100".
Did you mean:
100
2010 Oct 24
1
Subsetting a dataframe
Hi,
I have a dataframe with 43 columns and a 1000 rows. Each entry in the
dataframe can be either P or A.
here is a small chunk:
c1 c2 ... c43
r100 P A ... P
r101 A A ... A
r102 P P ... P
How does one subset this data frame to select those rows that have only P's
in them?
Thanks in advance.
Anjan
--
===================================
anjan purkayastha, phd.
research associate
fas center for syste...
2010 Aug 06
7
[GIT PULL] devel/pat + devel/kms.fixes-0.5
...le some of
the other are OK (and Daniel''s is upstream). Those patches from both
branches make it possible to have Xorg working with the following
graphics cards on the PVOPS kernel:
RIVA TNT2 Pro
GeForce 1 256
GeForce 4 Ti 4200
GeForce 6150
GeForce 6200
GeForce 7300
GeForce 8600 GT
Radeon R100 QD (7200)
Radeon RV100QY (7000)
Radeon HD 3200
Radeon HD 3450
Radeon RV710 [Radeon HD 4350]
Radeon ES1000
ICH5 82865G
ICH7 82G33/G31G
ICH8 82Q963/Q965
Matrox G450
XGI Z7/Z9 (XG20 core)
Testing was carried out using Fedora Core 13, Fedora Core 11, and Ubuntu
Lucid 10.04 with the PVOPS kernel.
The...
2020 May 12
1
[PATCH 1/3] drm/radeon: remove AGP support
...odern hardware.
>
> Old hardware should continue to work in PCI mode.
>
> Signed-off-by: Christian K?nig <christian.koenig at amd.com>
> ---
> drivers/gpu/drm/radeon/Makefile | 4 +-
> drivers/gpu/drm/radeon/evergreen.c | 7 -
> drivers/gpu/drm/radeon/r100.c | 10 +-
> drivers/gpu/drm/radeon/r300.c | 9 -
> drivers/gpu/drm/radeon/r420.c | 9 -
> drivers/gpu/drm/radeon/r520.c | 8 -
> drivers/gpu/drm/radeon/r600.c | 6 -
> drivers/gpu/drm/radeon/radeon.h | 11 -
> drivers/...
2008 Jun 12
0
[ANNOUNCE] xf86-video-ati 6.8.191
.../includes/ObjectID.h
Alban Browaeys (1):
RADEON: Revert to old behavior when resetting the memmap on VT switch
Alex Deucher (167):
RADEON: update man page with supported chips
RADEON: fix DDC types 5 and 6
RADEON: restore clock gating and CP clock errata on VT switch
R100: fix render accel for transforms
ATOM: properly set up DDIA output on RS6xx boards
RS6xx: fix DDC on DDIA output (usually HDMI port)
RS6xx: gpio entry for DDIA varies depending on the number of DFP ports
RADEON: add textured video support for r1xx-r4xx radeons
R500: fi...
2009 Feb 16
0
[LLVMdev] Modeling GPU vector registers, again (with my implementation)
...ith an extra integer constant per register that
would encode the swizzle mask in 32bits. The correct swizzles can then
be generated in the asm printer by decoding the integer constant. This
does require having extra moves, but your example below would end up
being something like the following:
dp4 r100, r1, r2
mov r0.x, r100 (float4 => float1 extract_vector_elt)
dp4 r101, r4, r5
mov r3.x, r101 (float4 => float1 extract_vector_elt)
iadd r6.xy__, r0.x000, r3.0x00(float1 + float1 => float2 build_vector)
dp4 r7.x, r8, r9
<as above>
dp4 r10.x, r11, r12
<as above>
iadd r13.xy__, r7...
2009 Mar 29
2
ssh & rsync equivalence?
Hello Folks
Can anyone help with why I can use ssh like so:
[root@morgansoldmachine ~]# ssh -t rsync@192.168.1.40 sudo ssh -i
/home/rsync/.ssh/id_dsa root@192.168.1.100
Last login: Tue Mar 24
21:32:51 2009 from morgansmachine.lan
[root@morgansoldmachine ~]# logout
Connection to 192.168.1.100 closed.
Connection to 192.168.1.40 closed.
[root@morgansoldmachine ~]#
But, when I use the same
2020 May 11
0
[PATCH 1/3] drm/radeon: remove AGP support
...10+ years now and not used any more on modern hardware.
Old hardware should continue to work in PCI mode.
Signed-off-by: Christian K?nig <christian.koenig at amd.com>
---
drivers/gpu/drm/radeon/Makefile | 4 +-
drivers/gpu/drm/radeon/evergreen.c | 7 -
drivers/gpu/drm/radeon/r100.c | 10 +-
drivers/gpu/drm/radeon/r300.c | 9 -
drivers/gpu/drm/radeon/r420.c | 9 -
drivers/gpu/drm/radeon/r520.c | 8 -
drivers/gpu/drm/radeon/r600.c | 6 -
drivers/gpu/drm/radeon/radeon.h | 11 -
drivers/gpu/drm/radeon/radeon_agp.c...
2002 Jul 19
1
long username - netlogon problem - access denied
...s!!!
Here's some (hopefully) relevent smb.conf entries:
Some of the commented stuff is stuff I've tried to use the resolve
the problem, no joy!
This is the only domain controller on the network. Everything else
is Win '98's (about 10 boxes) and a Win-ME.
[global]
netbios name=r100
workgroup=MYWORKGROUP
encrypt passwords=yes
wins support=yes
domain master=yes
domain logons=yes
security=user
time server=yes
server string=r100
logon script=%U.bat
#hosts allow=127.0.0.1, 192.168.1. EXCEPT 192.168.1.250,
192.168.1.253, 192.168.1.254
#name resolve order = hosts
read size = 8192
#...
2009 Feb 16
2
[LLVMdev] Modeling GPU vector registers, again (with my implementation)
Evan Cheng-2 wrote:
>
> Well, how many possible permutations are there? Is it possible to
> model each case as a separate physical register?
>
> Evan
>
I don't think so. There are 4x4x4x4 = 256 permutations. For example:
* xyzw: default
* zxyw
* yyyy: splat
Even if can model each of these 256 cases as a separate physical register,
how can I model the use of r0.xyzw in
2010 Jun 15
0
[LLVMdev] Question on X86 backend
...R41, R42, R43, R44, R45, R46, R47,
R48, R49, R50, R51, R52, R53, R54, R55, R56, R57, R58, R59, R60, R61, R62, R63,
R64, R65, R66, R67, R68, R69, R70, R71, R72, R73, R74, R75, R76, R77, R78, R79,
R80, R81, R82, R83, R84, R85, R86, R87, R88, R89, R90, R91, R92, R93, R94, R95,
R96, R97, R98, R99, R100, R101, R102, R103, R104, R105, R106, R107, R108, R109, R110, R111,
R112, R113, R114, R115, R116, R117, R118, R119, R120, R121, R122, R123, R124, R125, R126, R127,
R128, R129, R130, R131, R132, R133, R134, R135, R136, R137, R138, R139, R140, R141, R142, R143,
R144, R145, R146, R147, R148, R149, R...
2020 May 11
2
[PATCH 1/3] drm/radeon: remove AGP support
...com>
patch 2:
Acked-by: Alex Deucher <alexander.deucher at amd.com>
>
> Signed-off-by: Christian K?nig <christian.koenig at amd.com>
> ---
> drivers/gpu/drm/radeon/Makefile | 4 +-
> drivers/gpu/drm/radeon/evergreen.c | 7 -
> drivers/gpu/drm/radeon/r100.c | 10 +-
> drivers/gpu/drm/radeon/r300.c | 9 -
> drivers/gpu/drm/radeon/r420.c | 9 -
> drivers/gpu/drm/radeon/r520.c | 8 -
> drivers/gpu/drm/radeon/r600.c | 6 -
> drivers/gpu/drm/radeon/radeon.h | 11 -
> drivers/...
2010 Jun 15
2
[LLVMdev] Question on X86 backend
Hi Micah,
> In X86InstrInfo.td for Call Instructions, it mentions that Uses for
> argument registers are added manually. Can someone point me to the
> location where they are added as the comment doesn't reference a
> where or how?
the register uses are added by the function
X86TargetLowering::LowerCall() during the DAG Lowering phase. This is
the relevant code segment:
// Add
2008 Mar 30
1
Stange eth-device
...bridge
[KT600/K8T800/K8T890 South]
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237
AC97 Audio Controller (rev 60)
00:13.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller
(rev 80)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R100 QD [Radeon
7200]
Jarmo
2020 May 11
10
[RFC] Remove AGP support from Radeon/Nouveau/TTM
Hi guys,
Well let's face it AGP is a total headache to maintain and dead for at least 10+ years.
We have a lot of x86 specific stuff in the architecture independent graphics memory management to get the caching right, abusing the DMA API on multiple occasions, need to distinct between AGP and driver specific page tables etc etc...
So the idea here is to just go ahead and remove the support
2010 Aug 16
9
Re: [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650]
...pstream). Those patches from both
> branches make it possible to have Xorg working with the following
> graphics cards on the PVOPS kernel:
>
> RIVA TNT2 Pro
> GeForce 1 256
> GeForce 4 Ti 4200
> GeForce 6150
> GeForce 6200
> GeForce 7300
> GeForce 8600 GT
> Radeon R100 QD (7200)
> Radeon RV100QY (7000)
> Radeon HD 3200
> Radeon HD 3450
> Radeon RV710 [Radeon HD 4350]
> Radeon ES1000
> ICH5 82865G
> ICH7 82G33/G31G
> ICH8 82Q963/Q965
> Matrox G450
> XGI Z7/Z9 (XG20 core)
>
> Testing was carried out using Fedora Core 13, Fedora...
2004 Aug 06
1
Multiple bitrates from live source
What is the best way to set up multiple streams, at multiple bitrates,
from the same line-input audio source?
I currently offer a 96 Kbps stream of the line-input of a D-Link DSB-R100
radio tuner. I'd like to offer a 32 Kbps stream as well, for 56K modem
users.
Should I run multiple copies of liveice on the machine with the soundcard?
Or should I have ices reencode the 96 Kbps stream down to 32 Kbps? Or
something else entirely?
If it matters: liveice and icecast are runn...
2009 Mar 05
4
Which effects are 3D and which are 2D?
AMD is dropping support for the R300-R500 cards in their official drivers:
http://www.phoronix.com/scan.php?page=article&item=amd_r500_legacy&num=1
As the current open source drivers do not support 3D, I'd like to know
which Compiz effects use 3D and which use 2D. Thanks.
--
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
2006 Oct 02
2
Problem with shadows and the new NVIDIA drivers
Hi all,
I've been trying out the new NVIDIA drivers and everything seems to be working
great except that shadows are rendered incorrectly - as solid black (or what
ever the shadow colour happens to be) without the gradient effect. Setting
the opacity level of the shadows makes no difference.
This occurs with Beryl too, but I don't think it's actually a bug in either
program but
2017 Feb 28
0
[PATCH 0/3] gpu: drm: Convert printk(KERN_<level> to pr_<level>
...-------
drivers/gpu/drm/radeon/cik.c | 56 ++++++++--------------
drivers/gpu/drm/radeon/evergreen.c | 2 +-
drivers/gpu/drm/radeon/evergreen_cs.c | 7 ++-
drivers/gpu/drm/radeon/ni.c | 22 +++------
drivers/gpu/drm/radeon/r100.c | 18 +++----
drivers/gpu/drm/radeon/r200.c | 3 +-
drivers/gpu/drm/radeon/r300.c | 13 ++---
drivers/gpu/drm/radeon/r420.c | 9 ++--
drivers/gpu/drm/radeon/r520.c | 3 +-
drivers/gpu/drm/r...
2002 Apr 16
2
Can rsync update files in place?
I've just subscribed, but a search of the archive doesn't indicate this
has been handled before...
Is there a way to get rsync to not create a new file while transferring
and then rename it, but to instead update the existing file in place,
i.e. simply write those blocks that have been updated and leave the rest
alone?
That would be ideal for what I wanted rsync for, namely updating