From: Sergey Vlasov <vsu@altlinux.ru> To: sisyphus@lists.altlinux.org Cc: devel-kernel@lists.altlinux.org Subject: [d-kernel] please test kernel-modules-drm-*-2006.06.23 Date: Fri, 23 Jun 2006 16:06:35 +0400 Message-ID: <20060623120634.GJ4126@master.mivlgu.local> (raw) In-Reply-To: <20060622162238.GE4126@master.mivlgu.local> [-- Attachment #1: Type: text/plain, Size: 1946 bytes --] On Thu, Jun 22, 2006 at 08:22:38PM +0400, Sergey Vlasov wrote: > Hello! > > Сделана очередная попытка обновления модулей DRM: > > ftp://ftp.altlinux.ru/pub/people/vsu/drm-2006.06.22/ Небольшое обновление - из модуля i915 вычищен отладочный мусор: ftp://ftp.altlinux.ru/pub/people/vsu/drm-2006.06.23/ diff -urNp -xCVS drm-2006.06.22/shared-core/i915_irq.c drm-2006.06.23/shared-core/i915_irq.c --- drm-2006.06.22/shared-core/i915_irq.c 2006-06-22 14:45:47 +0400 +++ drm-2006.06.23/shared-core/i915_irq.c 2006-06-23 15:30:04 +0400 @@ -187,9 +187,6 @@ static int i915_enable_interrupt (drm_de drm_i915_private_t *dev_priv = (drm_i915_private_t *) dev->dev_private; u16 flag; - DRM_INFO ("Setting vblank pipe to %s %s\n", - (dev_priv->vblank_pipe & DRM_I915_VBLANK_PIPE_A) ? "A" : "", - (dev_priv->vblank_pipe & DRM_I915_VBLANK_PIPE_B) ? "B" : ""); flag = 0; if (dev_priv->vblank_pipe & DRM_I915_VBLANK_PIPE_A) flag |= VSYNC_PIPEA_FLAG; @@ -212,7 +209,6 @@ int i915_vblank_pipe_set(DRM_IOCTL_ARGS) drm_i915_private_t *dev_priv = dev->dev_private; drm_i915_vblank_pipe_t pipe; - DRM_INFO ("%s\n", __FUNCTION__); if (!dev_priv) { DRM_ERROR("%s called with no initialization\n", __FUNCTION__); return DRM_ERR(EINVAL); @@ -263,7 +259,6 @@ void i915_driver_irq_postinstall(drm_dev { drm_i915_private_t *dev_priv = (drm_i915_private_t *) dev->dev_private; - DRM_INFO ("%s\n", __FUNCTION__); i915_enable_interrupt(dev); DRM_INIT_WAITQUEUE(&dev_priv->irq_queue); } > Собраны пакеты с модулями для ядер std26-{up,smp}, wks26-{up,smp}, > vs26-smp, в том числе и для x86_64. (Вопрос, почему у wks26-up для x86_64 > сборка alt3, а для i586 - alt7, не ко мне.) > > Прошу протестировать эти пакеты на доступном железе (особо интересуют via > и sis - в этих модулях были наиболее существенные изменения). Если > проблем не обнаружится, эта сборка пойдёт в Сизиф. [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
prev parent reply other threads:[~2006-06-23 12:06 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2006-06-22 16:22 [d-kernel] please test kernel-modules-drm-*-2006.06.22 Sergey Vlasov 2006-06-23 12:06 ` Sergey Vlasov [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20060623120634.GJ4126@master.mivlgu.local \ --to=vsu@altlinux.ru \ --cc=devel-kernel@lists.altlinux.org \ --cc=sisyphus@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux kernel packages development This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \ devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com public-inbox-index devel-kernel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git