2009-06-05 12:42:42 +00:00
|
|
|
/*
|
|
|
|
* Copyright © 2007 David Airlie
|
|
|
|
*
|
|
|
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
|
|
|
* copy of this software and associated documentation files (the "Software"),
|
|
|
|
* to deal in the Software without restriction, including without limitation
|
|
|
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
|
|
* and/or sell copies of the Software, and to permit persons to whom the
|
|
|
|
* Software is furnished to do so, subject to the following conditions:
|
|
|
|
*
|
|
|
|
* The above copyright notice and this permission notice (including the next
|
|
|
|
* paragraph) shall be included in all copies or substantial portions of the
|
|
|
|
* Software.
|
|
|
|
*
|
|
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
|
|
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
|
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
|
* DEALINGS IN THE SOFTWARE.
|
|
|
|
*
|
|
|
|
* Authors:
|
|
|
|
* David Airlie
|
|
|
|
*/
|
|
|
|
#include <linux/module.h>
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
percpu.h is included by sched.h and module.h and thus ends up being
included when building most .c files. percpu.h includes slab.h which
in turn includes gfp.h making everything defined by the two files
universally available and complicating inclusion dependencies.
percpu.h -> slab.h dependency is about to be removed. Prepare for
this change by updating users of gfp and slab facilities include those
headers directly instead of assuming availability. As this conversion
needs to touch large number of source files, the following script is
used as the basis of conversion.
http://userweb.kernel.org/~tj/misc/slabh-sweep.py
The script does the followings.
* Scan files for gfp and slab usages and update includes such that
only the necessary includes are there. ie. if only gfp is used,
gfp.h, if slab is used, slab.h.
* When the script inserts a new include, it looks at the include
blocks and try to put the new include such that its order conforms
to its surrounding. It's put in the include block which contains
core kernel includes, in the same order that the rest are ordered -
alphabetical, Christmas tree, rev-Xmas-tree or at the end if there
doesn't seem to be any matching order.
* If the script can't find a place to put a new include (mostly
because the file doesn't have fitting include block), it prints out
an error message indicating which .h file needs to be added to the
file.
The conversion was done in the following steps.
1. The initial automatic conversion of all .c files updated slightly
over 4000 files, deleting around 700 includes and adding ~480 gfp.h
and ~3000 slab.h inclusions. The script emitted errors for ~400
files.
2. Each error was manually checked. Some didn't need the inclusion,
some needed manual addition while adding it to implementation .h or
embedding .c file was more appropriate for others. This step added
inclusions to around 150 files.
3. The script was run again and the output was compared to the edits
from #2 to make sure no file was left behind.
4. Several build tests were done and a couple of problems were fixed.
e.g. lib/decompress_*.c used malloc/free() wrappers around slab
APIs requiring slab.h to be added manually.
5. The script was run on all .h files but without automatically
editing them as sprinkling gfp.h and slab.h inclusions around .h
files could easily lead to inclusion dependency hell. Most gfp.h
inclusion directives were ignored as stuff from gfp.h was usually
wildly available and often used in preprocessor macros. Each
slab.h inclusion directive was examined and added manually as
necessary.
6. percpu.h was updated not to include slab.h.
7. Build test were done on the following configurations and failures
were fixed. CONFIG_GCOV_KERNEL was turned off for all tests (as my
distributed build env didn't work with gcov compiles) and a few
more options had to be turned off depending on archs to make things
build (like ipr on powerpc/64 which failed due to missing writeq).
* x86 and x86_64 UP and SMP allmodconfig and a custom test config.
* powerpc and powerpc64 SMP allmodconfig
* sparc and sparc64 SMP allmodconfig
* ia64 SMP allmodconfig
* s390 SMP allmodconfig
* alpha SMP allmodconfig
* um on x86_64 SMP allmodconfig
8. percpu.h modifications were reverted so that it could be applied as
a separate patch and serve as bisection point.
Given the fact that I had only a couple of failures from tests on step
6, I'm fairly confident about the coverage of this conversion patch.
If there is a breakage, it's likely to be something in one of the arch
headers which should be easily discoverable easily on most builds of
the specific arch.
Signed-off-by: Tejun Heo <tj@kernel.org>
Guess-its-ok-by: Christoph Lameter <cl@linux-foundation.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
2010-03-24 08:04:11 +00:00
|
|
|
#include <linux/slab.h>
|
2009-06-05 12:42:42 +00:00
|
|
|
#include <linux/fb.h>
|
|
|
|
|
|
|
|
#include "drmP.h"
|
|
|
|
#include "drm.h"
|
|
|
|
#include "drm_crtc.h"
|
|
|
|
#include "drm_crtc_helper.h"
|
|
|
|
#include "radeon_drm.h"
|
|
|
|
#include "radeon.h"
|
|
|
|
|
2009-08-28 05:46:53 +00:00
|
|
|
#include "drm_fb_helper.h"
|
|
|
|
|
2010-02-01 05:38:10 +00:00
|
|
|
#include <linux/vga_switcheroo.h>
|
|
|
|
|
2010-03-30 05:34:13 +00:00
|
|
|
/* object hierarchy -
|
|
|
|
this contains a helper + a radeon fb
|
|
|
|
the helper contains a pointer to radeon framebuffer baseclass.
|
|
|
|
*/
|
2010-03-30 05:34:14 +00:00
|
|
|
struct radeon_fbdev {
|
2009-08-28 05:46:53 +00:00
|
|
|
struct drm_fb_helper helper;
|
2010-03-30 05:34:13 +00:00
|
|
|
struct radeon_framebuffer rfb;
|
|
|
|
struct list_head fbdev_list;
|
|
|
|
struct radeon_device *rdev;
|
2009-06-05 12:42:42 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
static struct fb_ops radeonfb_ops = {
|
|
|
|
.owner = THIS_MODULE,
|
2009-09-15 15:09:30 +00:00
|
|
|
.fb_check_var = drm_fb_helper_check_var,
|
2009-08-28 05:46:53 +00:00
|
|
|
.fb_set_par = drm_fb_helper_set_par,
|
2009-06-05 12:42:42 +00:00
|
|
|
.fb_fillrect = cfb_fillrect,
|
|
|
|
.fb_copyarea = cfb_copyarea,
|
|
|
|
.fb_imageblit = cfb_imageblit,
|
2009-08-28 05:46:53 +00:00
|
|
|
.fb_pan_display = drm_fb_helper_pan_display,
|
|
|
|
.fb_blank = drm_fb_helper_blank,
|
2009-10-04 23:58:02 +00:00
|
|
|
.fb_setcmap = drm_fb_helper_setcmap,
|
2009-06-05 12:42:42 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2009-06-23 23:48:08 +00:00
|
|
|
static int radeon_align_pitch(struct radeon_device *rdev, int width, int bpp, bool tiled)
|
2009-06-05 12:42:42 +00:00
|
|
|
{
|
|
|
|
int aligned = width;
|
2009-06-23 23:48:08 +00:00
|
|
|
int align_large = (ASIC_IS_AVIVO(rdev)) || tiled;
|
2009-06-05 12:42:42 +00:00
|
|
|
int pitch_mask = 0;
|
|
|
|
|
|
|
|
switch (bpp / 8) {
|
|
|
|
case 1:
|
|
|
|
pitch_mask = align_large ? 255 : 127;
|
|
|
|
break;
|
|
|
|
case 2:
|
|
|
|
pitch_mask = align_large ? 127 : 31;
|
|
|
|
break;
|
|
|
|
case 3:
|
|
|
|
case 4:
|
|
|
|
pitch_mask = align_large ? 63 : 15;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
aligned += pitch_mask;
|
|
|
|
aligned &= ~pitch_mask;
|
|
|
|
return aligned;
|
|
|
|
}
|
|
|
|
|
2010-03-30 05:34:14 +00:00
|
|
|
static void radeonfb_destroy_pinned_object(struct drm_gem_object *gobj)
|
2009-06-05 12:42:42 +00:00
|
|
|
{
|
2010-03-30 05:34:14 +00:00
|
|
|
struct radeon_bo *rbo = gobj->driver_private;
|
|
|
|
int ret;
|
|
|
|
|
|
|
|
ret = radeon_bo_reserve(rbo, false);
|
|
|
|
if (likely(ret == 0)) {
|
|
|
|
radeon_bo_kunmap(rbo);
|
2010-09-27 06:17:17 +00:00
|
|
|
radeon_bo_unpin(rbo);
|
2010-03-30 05:34:14 +00:00
|
|
|
radeon_bo_unreserve(rbo);
|
|
|
|
}
|
2010-09-27 06:17:17 +00:00
|
|
|
drm_gem_object_handle_unreference(gobj);
|
2010-03-30 05:34:14 +00:00
|
|
|
drm_gem_object_unreference_unlocked(gobj);
|
|
|
|
}
|
2009-08-28 05:46:53 +00:00
|
|
|
|
2010-03-30 05:34:14 +00:00
|
|
|
static int radeonfb_create_pinned_object(struct radeon_fbdev *rfbdev,
|
|
|
|
struct drm_mode_fb_cmd *mode_cmd,
|
|
|
|
struct drm_gem_object **gobj_p)
|
2009-06-05 12:42:42 +00:00
|
|
|
{
|
2010-03-30 05:34:14 +00:00
|
|
|
struct radeon_device *rdev = rfbdev->rdev;
|
2009-06-05 12:42:42 +00:00
|
|
|
struct drm_gem_object *gobj = NULL;
|
2009-11-20 13:29:23 +00:00
|
|
|
struct radeon_bo *rbo = NULL;
|
2009-06-23 23:48:08 +00:00
|
|
|
bool fb_tiled = false; /* useful for testing */
|
2009-09-15 15:09:30 +00:00
|
|
|
u32 tiling_flags = 0;
|
2010-03-30 05:34:14 +00:00
|
|
|
int ret;
|
|
|
|
int aligned_size, size;
|
2009-06-05 12:42:42 +00:00
|
|
|
|
|
|
|
/* need to align pitch with crtc limits */
|
2010-03-30 05:34:14 +00:00
|
|
|
mode_cmd->pitch = radeon_align_pitch(rdev, mode_cmd->width, mode_cmd->bpp, fb_tiled) * ((mode_cmd->bpp + 1) / 8);
|
2009-06-05 12:42:42 +00:00
|
|
|
|
2010-03-30 05:34:14 +00:00
|
|
|
size = mode_cmd->pitch * mode_cmd->height;
|
2009-06-05 12:42:42 +00:00
|
|
|
aligned_size = ALIGN(size, PAGE_SIZE);
|
|
|
|
ret = radeon_gem_object_create(rdev, aligned_size, 0,
|
2010-03-30 05:34:14 +00:00
|
|
|
RADEON_GEM_DOMAIN_VRAM,
|
2010-08-22 22:27:47 +00:00
|
|
|
false, true,
|
2010-03-30 05:34:14 +00:00
|
|
|
&gobj);
|
2009-06-05 12:42:42 +00:00
|
|
|
if (ret) {
|
2010-03-30 05:34:14 +00:00
|
|
|
printk(KERN_ERR "failed to allocate framebuffer (%d)\n",
|
|
|
|
aligned_size);
|
|
|
|
return -ENOMEM;
|
2009-06-05 12:42:42 +00:00
|
|
|
}
|
2009-11-20 13:29:23 +00:00
|
|
|
rbo = gobj->driver_private;
|
2009-06-05 12:42:42 +00:00
|
|
|
|
2009-06-23 23:48:08 +00:00
|
|
|
if (fb_tiled)
|
2009-09-15 15:09:30 +00:00
|
|
|
tiling_flags = RADEON_TILING_MACRO;
|
|
|
|
|
|
|
|
#ifdef __BIG_ENDIAN
|
2010-03-30 05:34:14 +00:00
|
|
|
switch (mode_cmd->bpp) {
|
2009-09-15 15:09:30 +00:00
|
|
|
case 32:
|
|
|
|
tiling_flags |= RADEON_TILING_SWAP_32BIT;
|
|
|
|
break;
|
|
|
|
case 16:
|
|
|
|
tiling_flags |= RADEON_TILING_SWAP_16BIT;
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2009-11-20 13:29:23 +00:00
|
|
|
if (tiling_flags) {
|
|
|
|
ret = radeon_bo_set_tiling_flags(rbo,
|
2010-03-30 05:34:14 +00:00
|
|
|
tiling_flags | RADEON_TILING_SURFACE,
|
|
|
|
mode_cmd->pitch);
|
2009-11-20 13:29:23 +00:00
|
|
|
if (ret)
|
|
|
|
dev_err(rdev->dev, "FB failed to set tiling flags\n");
|
|
|
|
}
|
2010-03-30 05:34:14 +00:00
|
|
|
|
2010-03-30 05:34:13 +00:00
|
|
|
|
2009-11-20 13:29:23 +00:00
|
|
|
ret = radeon_bo_reserve(rbo, false);
|
|
|
|
if (unlikely(ret != 0))
|
|
|
|
goto out_unref;
|
2010-03-30 05:34:14 +00:00
|
|
|
ret = radeon_bo_pin(rbo, RADEON_GEM_DOMAIN_VRAM, NULL);
|
2009-11-20 13:29:23 +00:00
|
|
|
if (ret) {
|
|
|
|
radeon_bo_unreserve(rbo);
|
|
|
|
goto out_unref;
|
|
|
|
}
|
|
|
|
if (fb_tiled)
|
|
|
|
radeon_bo_check_tiling(rbo, 0, 0);
|
2010-03-30 05:34:14 +00:00
|
|
|
ret = radeon_bo_kmap(rbo, NULL);
|
2009-11-20 13:29:23 +00:00
|
|
|
radeon_bo_unreserve(rbo);
|
2009-06-22 16:15:58 +00:00
|
|
|
if (ret) {
|
|
|
|
goto out_unref;
|
|
|
|
}
|
2009-06-05 12:42:42 +00:00
|
|
|
|
2010-03-30 05:34:14 +00:00
|
|
|
*gobj_p = gobj;
|
|
|
|
return 0;
|
|
|
|
out_unref:
|
|
|
|
radeonfb_destroy_pinned_object(gobj);
|
|
|
|
*gobj_p = NULL;
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int radeonfb_create(struct radeon_fbdev *rfbdev,
|
|
|
|
struct drm_fb_helper_surface_size *sizes)
|
|
|
|
{
|
|
|
|
struct radeon_device *rdev = rfbdev->rdev;
|
|
|
|
struct fb_info *info;
|
|
|
|
struct drm_framebuffer *fb = NULL;
|
|
|
|
struct drm_mode_fb_cmd mode_cmd;
|
|
|
|
struct drm_gem_object *gobj = NULL;
|
|
|
|
struct radeon_bo *rbo = NULL;
|
|
|
|
struct device *device = &rdev->pdev->dev;
|
|
|
|
int ret;
|
|
|
|
unsigned long tmp;
|
|
|
|
|
|
|
|
mode_cmd.width = sizes->surface_width;
|
|
|
|
mode_cmd.height = sizes->surface_height;
|
|
|
|
|
|
|
|
/* avivo can't scanout real 24bpp */
|
|
|
|
if ((sizes->surface_bpp == 24) && ASIC_IS_AVIVO(rdev))
|
|
|
|
sizes->surface_bpp = 32;
|
|
|
|
|
|
|
|
mode_cmd.bpp = sizes->surface_bpp;
|
|
|
|
mode_cmd.depth = sizes->surface_depth;
|
2009-06-05 12:42:42 +00:00
|
|
|
|
2010-03-30 05:34:14 +00:00
|
|
|
ret = radeonfb_create_pinned_object(rfbdev, &mode_cmd, &gobj);
|
|
|
|
rbo = gobj->driver_private;
|
2009-06-05 12:42:42 +00:00
|
|
|
|
2010-03-30 05:34:14 +00:00
|
|
|
/* okay we have an object now allocate the framebuffer */
|
|
|
|
info = framebuffer_alloc(0, device);
|
2009-06-05 12:42:42 +00:00
|
|
|
if (info == NULL) {
|
|
|
|
ret = -ENOMEM;
|
|
|
|
goto out_unref;
|
|
|
|
}
|
2009-08-28 05:46:53 +00:00
|
|
|
|
2010-03-30 05:34:14 +00:00
|
|
|
info->par = rfbdev;
|
2009-06-05 12:42:42 +00:00
|
|
|
|
2010-03-30 05:34:14 +00:00
|
|
|
radeon_framebuffer_init(rdev->ddev, &rfbdev->rfb, &mode_cmd, gobj);
|
|
|
|
|
2010-03-30 05:34:13 +00:00
|
|
|
fb = &rfbdev->rfb.base;
|
|
|
|
|
|
|
|
/* setup helper */
|
|
|
|
rfbdev->helper.fb = fb;
|
|
|
|
rfbdev->helper.fbdev = info;
|
|
|
|
|
2010-03-30 05:34:14 +00:00
|
|
|
memset_io(rbo->kptr, 0x0, radeon_bo_size(rbo));
|
2009-08-17 00:20:47 +00:00
|
|
|
|
2009-06-05 12:42:42 +00:00
|
|
|
strcpy(info->fix.id, "radeondrmfb");
|
2009-08-28 05:46:53 +00:00
|
|
|
|
2009-10-04 23:58:02 +00:00
|
|
|
drm_fb_helper_fill_fix(info, fb->pitch, fb->depth);
|
2009-08-28 05:46:53 +00:00
|
|
|
|
2010-06-23 19:56:12 +00:00
|
|
|
info->flags = FBINFO_DEFAULT | FBINFO_CAN_FORCE_OUTPUT;
|
2009-06-05 12:42:42 +00:00
|
|
|
info->fbops = &radeonfb_ops;
|
2009-08-28 05:46:53 +00:00
|
|
|
|
2010-03-30 05:34:14 +00:00
|
|
|
tmp = radeon_bo_gpu_offset(rbo) - rdev->mc.vram_start;
|
2009-06-22 16:15:58 +00:00
|
|
|
info->fix.smem_start = rdev->mc.aper_base + tmp;
|
2010-03-30 05:34:14 +00:00
|
|
|
info->fix.smem_len = radeon_bo_size(rbo);
|
|
|
|
info->screen_base = rbo->kptr;
|
|
|
|
info->screen_size = radeon_bo_size(rbo);
|
2009-08-28 05:46:53 +00:00
|
|
|
|
2010-03-30 05:34:13 +00:00
|
|
|
drm_fb_helper_fill_var(info, &rfbdev->helper, sizes->fb_width, sizes->fb_height);
|
2009-07-29 07:07:38 +00:00
|
|
|
|
|
|
|
/* setup aperture base/size for vesafb takeover */
|
2010-05-16 15:27:03 +00:00
|
|
|
info->apertures = alloc_apertures(1);
|
|
|
|
if (!info->apertures) {
|
|
|
|
ret = -ENOMEM;
|
|
|
|
goto out_unref;
|
|
|
|
}
|
|
|
|
info->apertures->ranges[0].base = rdev->ddev->mode_config.fb_base;
|
|
|
|
info->apertures->ranges[0].size = rdev->mc.real_vram_size;
|
2009-07-29 07:07:38 +00:00
|
|
|
|
2009-06-23 14:12:53 +00:00
|
|
|
info->fix.mmio_start = 0;
|
|
|
|
info->fix.mmio_len = 0;
|
2009-06-05 12:42:42 +00:00
|
|
|
info->pixmap.size = 64*1024;
|
|
|
|
info->pixmap.buf_align = 8;
|
|
|
|
info->pixmap.access_align = 32;
|
|
|
|
info->pixmap.flags = FB_PIXMAP_SYSTEM;
|
|
|
|
info->pixmap.scan_align = 1;
|
2010-03-30 05:34:18 +00:00
|
|
|
|
2009-06-05 12:42:42 +00:00
|
|
|
if (info->screen_base == NULL) {
|
|
|
|
ret = -ENOSPC;
|
|
|
|
goto out_unref;
|
|
|
|
}
|
2010-03-30 05:34:18 +00:00
|
|
|
|
|
|
|
ret = fb_alloc_cmap(&info->cmap, 256, 0);
|
|
|
|
if (ret) {
|
|
|
|
ret = -ENOMEM;
|
|
|
|
goto out_unref;
|
|
|
|
}
|
|
|
|
|
2009-06-05 12:42:42 +00:00
|
|
|
DRM_INFO("fb mappable at 0x%lX\n", info->fix.smem_start);
|
|
|
|
DRM_INFO("vram apper at 0x%lX\n", (unsigned long)rdev->mc.aper_base);
|
2010-03-30 05:34:14 +00:00
|
|
|
DRM_INFO("size %lu\n", (unsigned long)radeon_bo_size(rbo));
|
2009-06-05 12:42:42 +00:00
|
|
|
DRM_INFO("fb depth is %d\n", fb->depth);
|
|
|
|
DRM_INFO(" pitch is %d\n", fb->pitch);
|
|
|
|
|
2010-02-01 05:38:10 +00:00
|
|
|
vga_switcheroo_client_fb_set(rdev->ddev->pdev, info);
|
2009-06-05 12:42:42 +00:00
|
|
|
return 0;
|
|
|
|
|
|
|
|
out_unref:
|
2009-11-20 13:29:23 +00:00
|
|
|
if (rbo) {
|
2010-03-30 05:34:14 +00:00
|
|
|
|
2009-06-05 12:42:42 +00:00
|
|
|
}
|
2009-06-22 16:15:58 +00:00
|
|
|
if (fb && ret) {
|
2009-06-05 12:42:42 +00:00
|
|
|
drm_gem_object_unreference(gobj);
|
|
|
|
drm_framebuffer_cleanup(fb);
|
|
|
|
kfree(fb);
|
|
|
|
}
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
2010-03-30 05:34:14 +00:00
|
|
|
static int radeon_fb_find_or_create_single(struct drm_fb_helper *helper,
|
|
|
|
struct drm_fb_helper_surface_size *sizes)
|
2010-03-30 05:34:13 +00:00
|
|
|
{
|
2010-03-30 05:34:14 +00:00
|
|
|
struct radeon_fbdev *rfbdev = (struct radeon_fbdev *)helper;
|
2010-03-30 05:34:13 +00:00
|
|
|
int new_fb = 0;
|
|
|
|
int ret;
|
|
|
|
|
2010-03-30 05:34:14 +00:00
|
|
|
if (!helper->fb) {
|
|
|
|
ret = radeonfb_create(rfbdev, sizes);
|
2010-03-30 05:34:13 +00:00
|
|
|
if (ret)
|
|
|
|
return ret;
|
|
|
|
new_fb = 1;
|
|
|
|
}
|
|
|
|
return new_fb;
|
|
|
|
}
|
|
|
|
|
drm/kms: start adding command line interface using fb.
[note this requires an fb patch posted to linux-fbdev-devel already]
This uses the normal video= command line option to control the kms
output setup at boot time. It is used to override the autodetection
done by kms.
video= normally takes a framebuffer as the first parameter, in kms
it will take a connector name, DVI-I-1, or LVDS-1 etc. If no output
connector is specified the mode string will apply to all connectors.
The mode specification used will match down the probed modes, and if
no mode is found it will add a CVT mode that matches.
video=1024x768 - all connectors match a 1024x768 mode or add a CVT on
video=VGA-1:1024x768, VGA-1 connector gets mode only.
The same strings as used in current fb modedb.c are used, except I've
added three more letters, e, D, d, e = enable, D = enable Digital,
d = disable, which allow a connector to be forced into a certain state.
Signed-off-by: Dave Airlie <airlied@redhat.com>
2009-09-23 04:44:08 +00:00
|
|
|
static char *mode_option;
|
|
|
|
int radeon_parse_options(char *options)
|
|
|
|
{
|
|
|
|
char *this_opt;
|
|
|
|
|
|
|
|
if (!options || !*options)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
while ((this_opt = strsep(&options, ",")) != NULL) {
|
|
|
|
if (!*this_opt)
|
|
|
|
continue;
|
|
|
|
mode_option = this_opt;
|
|
|
|
}
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2010-05-07 06:42:51 +00:00
|
|
|
void radeon_fb_output_poll_changed(struct radeon_device *rdev)
|
2009-06-05 12:42:42 +00:00
|
|
|
{
|
2010-05-07 06:42:51 +00:00
|
|
|
drm_fb_helper_hotplug_event(&rdev->mode_info.rfbdev->helper);
|
2009-06-05 12:42:42 +00:00
|
|
|
}
|
|
|
|
|
2010-03-30 05:34:14 +00:00
|
|
|
static int radeon_fbdev_destroy(struct drm_device *dev, struct radeon_fbdev *rfbdev)
|
2009-06-05 12:42:42 +00:00
|
|
|
{
|
|
|
|
struct fb_info *info;
|
2010-03-30 05:34:13 +00:00
|
|
|
struct radeon_framebuffer *rfb = &rfbdev->rfb;
|
2009-06-05 12:42:42 +00:00
|
|
|
|
2010-03-30 05:34:14 +00:00
|
|
|
if (rfbdev->helper.fbdev) {
|
|
|
|
info = rfbdev->helper.fbdev;
|
2010-03-30 05:34:18 +00:00
|
|
|
|
2010-03-30 05:34:14 +00:00
|
|
|
unregister_framebuffer(info);
|
2010-03-30 05:34:18 +00:00
|
|
|
if (info->cmap.len)
|
|
|
|
fb_dealloc_cmap(&info->cmap);
|
2010-03-30 05:34:14 +00:00
|
|
|
framebuffer_release(info);
|
2009-06-05 12:42:42 +00:00
|
|
|
}
|
|
|
|
|
2010-03-30 05:34:14 +00:00
|
|
|
if (rfb->obj) {
|
2010-09-27 06:17:17 +00:00
|
|
|
radeonfb_destroy_pinned_object(rfb->obj);
|
|
|
|
rfb->obj = NULL;
|
2009-06-05 12:42:42 +00:00
|
|
|
}
|
2010-03-30 05:34:18 +00:00
|
|
|
drm_fb_helper_fini(&rfbdev->helper);
|
2010-03-30 05:34:13 +00:00
|
|
|
drm_framebuffer_cleanup(&rfb->base);
|
2009-06-05 12:42:42 +00:00
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
2009-08-28 05:46:53 +00:00
|
|
|
|
2010-03-30 05:34:18 +00:00
|
|
|
static struct drm_fb_helper_funcs radeon_fb_helper_funcs = {
|
|
|
|
.gamma_set = radeon_crtc_fb_gamma_set,
|
|
|
|
.gamma_get = radeon_crtc_fb_gamma_get,
|
|
|
|
.fb_probe = radeon_fb_find_or_create_single,
|
|
|
|
};
|
2010-03-30 05:34:13 +00:00
|
|
|
|
|
|
|
int radeon_fbdev_init(struct radeon_device *rdev)
|
|
|
|
{
|
2010-03-30 05:34:14 +00:00
|
|
|
struct radeon_fbdev *rfbdev;
|
2010-03-30 05:34:18 +00:00
|
|
|
int bpp_sel = 32;
|
2010-06-06 09:50:03 +00:00
|
|
|
int ret;
|
2010-03-30 05:34:18 +00:00
|
|
|
|
|
|
|
/* select 8 bpp console on RN50 or 16MB cards */
|
|
|
|
if (ASIC_IS_RN50(rdev) || rdev->mc.real_vram_size <= (32*1024*1024))
|
|
|
|
bpp_sel = 8;
|
2010-03-30 05:34:14 +00:00
|
|
|
|
|
|
|
rfbdev = kzalloc(sizeof(struct radeon_fbdev), GFP_KERNEL);
|
|
|
|
if (!rfbdev)
|
|
|
|
return -ENOMEM;
|
|
|
|
|
|
|
|
rfbdev->rdev = rdev;
|
|
|
|
rdev->mode_info.rfbdev = rfbdev;
|
2010-03-30 05:34:18 +00:00
|
|
|
rfbdev->helper.funcs = &radeon_fb_helper_funcs;
|
2010-03-30 05:34:14 +00:00
|
|
|
|
2010-06-06 09:50:03 +00:00
|
|
|
ret = drm_fb_helper_init(rdev->ddev, &rfbdev->helper,
|
|
|
|
rdev->num_crtc,
|
|
|
|
RADEONFB_CONN_LIMIT);
|
|
|
|
if (ret) {
|
|
|
|
kfree(rfbdev);
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
|
2010-03-30 05:34:15 +00:00
|
|
|
drm_fb_helper_single_add_all_connectors(&rfbdev->helper);
|
2010-03-30 05:34:18 +00:00
|
|
|
drm_fb_helper_initial_config(&rfbdev->helper, bpp_sel);
|
2009-06-05 12:42:42 +00:00
|
|
|
return 0;
|
2010-03-30 05:34:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void radeon_fbdev_fini(struct radeon_device *rdev)
|
|
|
|
{
|
2010-03-30 05:34:14 +00:00
|
|
|
if (!rdev->mode_info.rfbdev)
|
|
|
|
return;
|
|
|
|
|
2010-03-30 05:34:13 +00:00
|
|
|
radeon_fbdev_destroy(rdev->ddev, rdev->mode_info.rfbdev);
|
2010-03-30 05:34:14 +00:00
|
|
|
kfree(rdev->mode_info.rfbdev);
|
2010-03-30 05:34:13 +00:00
|
|
|
rdev->mode_info.rfbdev = NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
void radeon_fbdev_set_suspend(struct radeon_device *rdev, int state)
|
|
|
|
{
|
|
|
|
fb_set_suspend(rdev->mode_info.rfbdev->helper.fbdev, state);
|
|
|
|
}
|
|
|
|
|
|
|
|
int radeon_fbdev_total_size(struct radeon_device *rdev)
|
|
|
|
{
|
|
|
|
struct radeon_bo *robj;
|
|
|
|
int size = 0;
|
|
|
|
|
|
|
|
robj = rdev->mode_info.rfbdev->rfb.obj->driver_private;
|
|
|
|
size += radeon_bo_size(robj);
|
|
|
|
return size;
|
|
|
|
}
|
|
|
|
|
|
|
|
bool radeon_fbdev_robj_is_fb(struct radeon_device *rdev, struct radeon_bo *robj)
|
|
|
|
{
|
|
|
|
if (robj == rdev->mode_info.rfbdev->rfb.obj->driver_private)
|
|
|
|
return true;
|
|
|
|
return false;
|
2009-06-05 12:42:42 +00:00
|
|
|
}
|