Displaying 20 results from an estimated 31 matches for "rbo".
Did you mean:
rao
2010 Nov 23
1
Sims 3 Color & Graphics Issues
...ux v3.8.6
Checking plugin: Advanced Wine Configuration...
Checking plugin: Offline PlayOnLinux...
Checking plugin: Capture...
Checking plugin: Transgaming Cedega...
Checking plugin: Wine Import...
Checking plugin: Wine Look...
Checking plugin: Detour...
Running The Sims 3
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
A...
2010 Aug 23
0
EVE Online crashes at splash screen
...splash screen is still displayed:
fixme:gameux:GameExplorerImpl_VerifyAccess stub
fixme:gameux:DllCanUnloadNow stub
fixme:heap:HeapSetInformation 0x480000 0 0x33fc40 4
EVE Client version 6.3 build 174282 starting 20:25:23
Multi-Language System: Client using language [EN]
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
A...
2010 Jun 13
3
err:wgl:internal_SetPixelFormat Invalid iPixelFormat:
...topic's headline.
I run Ubuntu 10.04, with the most recent updates.
Code:
$ glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Mesa DRI R300 (R420 554D) 20090101 TCL DRI2
Code:
$ uname -r
2.6.32-22-generic
Code:
$ wine 1503Startup.exe
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
A...
2020 Sep 15
1
[PATCH v2 12/21] drm/radeon: Introduce GEM object functions
...ice *rdev)
* Call from drm_gem_handle_create which appear in both new and open ioctl
* case.
*/
-int radeon_gem_object_open(struct drm_gem_object *obj, struct drm_file *file_priv)
+static int radeon_gem_object_open(struct drm_gem_object *obj, struct drm_file *file_priv)
{
struct radeon_bo *rbo = gem_to_radeon_bo(obj);
struct radeon_device *rdev = rbo->rdev;
@@ -176,8 +187,8 @@ int radeon_gem_object_open(struct drm_gem_object *obj, struct drm_file *file_pri
return 0;
}
-void radeon_gem_object_close(struct drm_gem_object *obj,
- struct drm_file *file_priv)
+static void rad...
2010 May 24
1
CS 1.6 OpenGL Crash?
...n i set it to "Software" it started working (but the quality was really shitty so i want OpenGL).
I have this video card VGA compatible controller [0300]: ATI Technologies Inc RS480 [Radeon Xpress 200G Series]
And when the game crashed i got this error:
Code:
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
A...
2002 Jun 28
0
troubles with PDC
...ers = mil, elm, cvh
admin users = mil, elm, cvh
force user = apache
force group = apache
writeable = Yes
create mask = 0740
guest ok = Yes
[intracc]
comment = Intranet Webserver
path = /var/www/intranet
valid users = elm, mil, rbo, mhi, cvh
admin users = elm, mil, rbo, mhi
force user = apache
force group = apache
writeable = Yes
create mask = 0740
guest ok = Yes
[intranet]
comment = Intranet Webserver
path = /var/www/html
valid users = mil, rbo, mhi, ad...
2020 Sep 15
0
[PATCH v2 12/21] drm/radeon: Introduce GEM object functions
...andle_create which appear in both new and open ioctl
> * case.
> */
> -int radeon_gem_object_open(struct drm_gem_object *obj, struct drm_file *file_priv)
> +static int radeon_gem_object_open(struct drm_gem_object *obj, struct drm_file *file_priv)
> {
> struct radeon_bo *rbo = gem_to_radeon_bo(obj);
> struct radeon_device *rdev = rbo->rdev;
> @@ -176,8 +187,8 @@ int radeon_gem_object_open(struct drm_gem_object *obj, struct drm_file *file_pri
> return 0;
> }
>
> -void radeon_gem_object_close(struct drm_gem_object *obj,
> - struc...
2017 Aug 08
5
[PATCH libdrm] drm: Remove create_handle() drm_framebuffer "virtual".
...truct drm_crtc *crtc,
struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc);
struct drm_device *dev = crtc->dev;
struct radeon_device *rdev = dev->dev_private;
- struct radeon_framebuffer *radeon_fb;
struct drm_framebuffer *target_fb;
struct drm_gem_object *obj;
struct radeon_bo *rbo;
@@ -1165,18 +1164,16 @@ static int dce4_crtc_do_set_base(struct drm_crtc *crtc,
}
if (atomic) {
- radeon_fb = to_radeon_framebuffer(fb);
target_fb = fb;
}
else {
- radeon_fb = to_radeon_framebuffer(crtc->primary->fb);
target_fb = crtc->primary->fb;
}
/* If atomi...
2017 Aug 08
5
[PATCH libdrm] drm: Remove create_handle() drm_framebuffer "virtual".
...truct drm_crtc *crtc,
struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc);
struct drm_device *dev = crtc->dev;
struct radeon_device *rdev = dev->dev_private;
- struct radeon_framebuffer *radeon_fb;
struct drm_framebuffer *target_fb;
struct drm_gem_object *obj;
struct radeon_bo *rbo;
@@ -1165,18 +1164,16 @@ static int dce4_crtc_do_set_base(struct drm_crtc *crtc,
}
if (atomic) {
- radeon_fb = to_radeon_framebuffer(fb);
target_fb = fb;
}
else {
- radeon_fb = to_radeon_framebuffer(crtc->primary->fb);
target_fb = crtc->primary->fb;
}
/* If atomi...
2017 Aug 08
5
[PATCH libdrm] drm: Remove create_handle() drm_framebuffer "virtual".
...truct drm_crtc *crtc,
struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc);
struct drm_device *dev = crtc->dev;
struct radeon_device *rdev = dev->dev_private;
- struct radeon_framebuffer *radeon_fb;
struct drm_framebuffer *target_fb;
struct drm_gem_object *obj;
struct radeon_bo *rbo;
@@ -1165,18 +1164,16 @@ static int dce4_crtc_do_set_base(struct drm_crtc *crtc,
}
if (atomic) {
- radeon_fb = to_radeon_framebuffer(fb);
target_fb = fb;
}
else {
- radeon_fb = to_radeon_framebuffer(crtc->primary->fb);
target_fb = crtc->primary->fb;
}
/* If atomi...
2014 May 14
0
[RFC PATCH v1 06/16] drm/ttm: kill fence_lock
...adeon_display.c b/drivers/gpu/drm/radeon/radeon_display.c
index 408b6ac53f0b..6a7340289ddd 100644
--- a/drivers/gpu/drm/radeon/radeon_display.c
+++ b/drivers/gpu/drm/radeon/radeon_display.c
@@ -386,10 +386,8 @@ static int radeon_crtc_page_flip(struct drm_crtc *crtc,
obj = new_radeon_fb->obj;
rbo = gem_to_radeon_bo(obj);
- spin_lock(&rbo->tbo.bdev->fence_lock);
if (rbo->tbo.sync_obj)
work->fence = radeon_fence_ref(rbo->tbo.sync_obj);
- spin_unlock(&rbo->tbo.bdev->fence_lock);
INIT_WORK(&work->work, radeon_unpin_work_func);
diff --git a/driver...
2014 May 14
0
[RFC PATCH v1 12/16] drm/ttm: flip the switch, and convert to dma_fence
...b/drivers/gpu/drm/radeon/radeon_display.c
index 6a7340289ddd..f977b552e1ca 100644
--- a/drivers/gpu/drm/radeon/radeon_display.c
+++ b/drivers/gpu/drm/radeon/radeon_display.c
@@ -363,6 +363,7 @@ static int radeon_crtc_page_flip(struct drm_crtc *crtc,
struct drm_gem_object *obj;
struct radeon_bo *rbo;
struct radeon_unpin_work *work;
+ struct fence *fence;
unsigned long flags;
u32 tiling_flags, pitch_pixels;
u64 base;
@@ -386,9 +387,6 @@ static int radeon_crtc_page_flip(struct drm_crtc *crtc,
obj = new_radeon_fb->obj;
rbo = gem_to_radeon_bo(obj);
- if (rbo->tbo.sync_obj)
- w...
2011 Aug 04
3
[LLVMdev] Multiple one-line bugs in LLVM
...KnownNeverZero(LHS))
Note that there are identical subexpressions '!DAG.isKnownNeverZero (LHS)' to
the left and to the right of the '&&' operator.
The second subexpression should probably be !DAG.isKnownNeverZero(RHS)).
----
lib/Transforms/Scalar/ObjCARC.cpp:1138
void clearBottomUpPointers() {
PerPtrTopDown.clear();
}
void clearTopDownPointers() {
PerPtrTopDown.clear();
}
Note that the body of 'clearTopDownPointers' function is fully equivalent to
the body of 'clearBottomUpPointers' function. The advised solution is to change
this code into
vo...
2004 Jan 05
1
slow and max connection errors
...ford,dg
oldfluss,dhuscher,dkalutkiewicz,dmauz,dmcintosh,dschneider,dtinsley,dwhe
eling,dyoung,gblack,gbonner,gfriedman,gmarciniak,imoore,jburns,jmayer,jm
ccormick,jmercer,jpallotto,jrodriguez,jsabel,jvirgil,jvoss,kjohnson,lbro
wn,lfields,lperkins,mfleming,mhaynes,mheimple,mkarge,mwager,nwallace,rbo
wen,robbowen,rrestivo,rstearns,rwinterboer,skirtland,swright,syoung,tbur
gess,tswapp,twolf,wgriffith
create mode = 750
directory mode = 2750
I think that's it. Thanks
On Jan 5, 2004, at 9:36 AM, Jason Balicki wrote:
>> I am new to Samba and think I have it set up c...
2020 Aug 13
2
[PATCH 12/20] drm/radeon: Introduce GEM object functions
...ect *obj);
> +void radeon_gem_prime_vunmap(struct drm_gem_object *obj, void *vaddr);
> +
> /*
> * To exclude mutual BO access we rely on bo_reserve exclusion, as all
> * function are calling it.
> @@ -180,6 +193,18 @@ void radeon_ttm_placement_from_domain(struct radeon_bo *rbo, u32 domain)
> }
> }
>
> +static const struct drm_gem_object_funcs radeon_gem_object_funcs = {
> + .free = radeon_gem_object_free,
> + .open = radeon_gem_object_open,
> + .close = radeon_gem_object_close,
> + .export = radeon_gem_prime_export,
> + .pin = radeon_ge...
2011 Aug 04
0
[LLVMdev] Multiple one-line bugs in LLVM
...#39;&&' operator.
> The second subexpression should probably be !DAG.isKnownNeverZero(RHS)).
a patch fixing this was posted by Ivan Krasin. It seems correct, but is waiting
on someone writing a testcase.
>
> ----
>
> lib/Transforms/Scalar/ObjCARC.cpp:1138
> void clearBottomUpPointers() {
> PerPtrTopDown.clear();
> }
>
> void clearTopDownPointers() {
> PerPtrTopDown.clear();
> }
>
> Note that the body of 'clearTopDownPointers' function is fully equivalent to
> the body of 'clearBottomUpPointers' function. The adv...
2020 Aug 13
0
[PATCH 12/20] drm/radeon: Introduce GEM object functions
...gem_prime_vmap(struct drm_gem_object *obj);
+void radeon_gem_prime_vunmap(struct drm_gem_object *obj, void *vaddr);
+
/*
* To exclude mutual BO access we rely on bo_reserve exclusion, as all
* function are calling it.
@@ -180,6 +193,18 @@ void radeon_ttm_placement_from_domain(struct radeon_bo *rbo, u32 domain)
}
}
+static const struct drm_gem_object_funcs radeon_gem_object_funcs = {
+ .free = radeon_gem_object_free,
+ .open = radeon_gem_object_open,
+ .close = radeon_gem_object_close,
+ .export = radeon_gem_prime_export,
+ .pin = radeon_gem_prime_pin,
+ .unpin = radeon_gem_prime_unpin,...
2020 Aug 13
0
[PATCH 12/20] drm/radeon: Introduce GEM object functions
...gem_prime_vunmap(struct drm_gem_object *obj, void *vaddr);
>> +
>> ? /*
>> ?? * To exclude mutual BO access we rely on bo_reserve exclusion, as all
>> ?? * function are calling it.
>> @@ -180,6 +193,18 @@ void radeon_ttm_placement_from_domain(struct
>> radeon_bo *rbo, u32 domain)
>> ????? }
>> ? }
>> ? +static const struct drm_gem_object_funcs radeon_gem_object_funcs = {
>> +??? .free = radeon_gem_object_free,
>> +??? .open = radeon_gem_object_open,
>> +??? .close = radeon_gem_object_close,
>> +??? .export = radeon_gem_...
2014 May 14
17
[RFC PATCH v1 00/16] Convert all ttm drivers to use the new reservation interface
This series depends on the previously posted reservation api patches.
2 of them are not yet in for-next-fences branch of
git://git.linaro.org/people/sumit.semwal/linux-3.x.git
The missing patches are still in my vmwgfx_wip branch at
git://people.freedesktop.org/~mlankhorst/linux
All ttm drivers are converted to the fence api, fence_lock is removed
and rcu is used in its place.
qxl is the first
2014 Jul 09
0
[PATCH 10/17] drm/qxl: rework to new fence interface
...qxl_bo_ref(to_qxl_bo(entry->tv.bo));
(*release)->release_offset = create_rel->release_offset + 64;
@@ -239,6 +343,11 @@ int qxl_alloc_release_reserved(struct qxl_device *qdev, unsigned long size,
}
idr_ret = qxl_release_alloc(qdev, type, release);
+ if (idr_ret < 0) {
+ if (rbo)
+ *rbo = NULL;
+ return idr_ret;
+ }
mutex_lock(&qdev->release_mutex);
if (qdev->current_release_bo_offset[cur_idx] + 1 >= releases_per_bo[cur_idx]) {
@@ -319,12 +428,13 @@ void qxl_release_unmap(struct qxl_device *qdev,
void qxl_release_fence_buffer_objects(struct qxl_rel...