From owner-freebsd-x11@FreeBSD.ORG Fri Nov 8 11:05:08 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF99E29C for ; Fri, 8 Nov 2013 11:05:08 +0000 (UTC) (envelope-from mikael.urankar@gmail.com) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5032221DD for ; Fri, 8 Nov 2013 11:05:08 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id ey11so1974651wid.7 for ; Fri, 08 Nov 2013 03:05:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=dURLTCK4EIAHhPqhbQXB4ZkuV9KnEDX9b9OdzYtJLLs=; b=X21lx78XmiDdYMnt1y/pzsyiH+WTuNC6AKnp3ZZfetPW2S81aT0M+yxixN9KD/c5DH E8VkAwqnnwGO/eTv5kZXHnRosMTZPdhk9hPGDatZ9187n9SYIXrDkVWbvVBOmHKebfwk 7HWT+i0jNzFxHp78sMIK5lq85mdhue6moGq/zxz4lZvplGxqcU26VDcMk6kQosT2WxEk etDFF/h93j8zL/ST3HFMccr+pMLA+CaiE8jfGwDisq1SYDLobOrcptlpY17eekoyUKj3 RkfL8yH/+O+Tek3vpFY2XNDtDkTgVXfd9Ec1OUp9X4Pj5XH7572Z6dkc2tyD6we9b7nR Yieg== MIME-Version: 1.0 X-Received: by 10.180.212.51 with SMTP id nh19mr1892810wic.52.1383908706089; Fri, 08 Nov 2013 03:05:06 -0800 (PST) Received: by 10.194.136.20 with HTTP; Fri, 8 Nov 2013 03:05:06 -0800 (PST) Date: Fri, 8 Nov 2013 12:05:06 +0100 Message-ID: Subject: Radeon KMS on REDWOOD From: =?UTF-8?Q?Mika=C3=ABl_Urankar?= To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Nov 2013 11:05:08 -0000 Hi x11, First, thanks to all people involved in this project. This is a report for a REDWOOD GPU (FirePro 3D V4800), everything is working great except the Display Port output : Xorg can't probe the resolution correctly, I have only "basic" resolution instead of the native resolution of my screen (1920x1080) I also have some errors when kldunloading radeonkms : drmn0: warning: 0xfffff8000631cc00 unpin not necessary drmn0: error: Userspace still has active objects ! drmn0: error: 0xfffff80006814e10 0xfffff80006814c00 16384 1 force free Logs for this system is available at [1] How can I help you to troubleshoot this bug ? [1] http://mikael.urankar.free.fr/FreeBSD/REDWOOD/ Regards, Mika=C3=ABl