Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-26 | Rearrange things so that via_dma.c will compile with inline via_check_dma | Jon Smirl | |
2004-08-24 | Merged drmfntbl-0-0-2 | Dave Airlie | |
2004-08-24 | addmap-base-2 patch from Jon Smirl: | Dave Airlie | |
sets up the DRM to have the ability to have permanent maps while the driver is loaded... | |||
2004-08-24 | This patch adds three new ioctl's to the VIA Unichrome/Pro DRM driver: | Erdi Chen | |
DRM_IOCTL_VIA_DMA_INIT DRM_IOCTL_VIA_CMDBUFFER DRM_IOCTL_VIA_FLUSH The first ioctl sets up an area in AGP memory that will be used as the ring buffer. The second ioctl copies a command buffer from user space memory to the ring buffer. The third ioctl waits for engine idle until it returns. The motivation for this patch is to avoid the wait for engine idle call before each buffer flush in the current DRI driver. With this patch, the DRI driver can continue to flush its buffer as long as there is free space in the ring buffer. This patch adds an additional copy operation on the command buffer. This buffer copying is necessary to support multiple DRI clients rendering simultaneously. Otherwise, more CPU time will be spent in the busy loop waiting for engine idle between DRI context switch. Even in the single client case, the tradeoff is reasonable in comparision to the kernel call to check for free buffer space for the client to render directly to the ring buffer. | |||
2004-08-23 | set pointers to NULL after freeing, remove some extra debugging | Dave Airlie | |
2004-08-17 | Merged drmfntbl-0-0-1 | Dave Airlie | |
2004-08-17 | preparation patch for radeon permanent mapping registers/framebuffer makes | Dave Airlie | |
dev_priv live always, and add AGP detection in kernel patch: radeon-pre-2.patch From: Jon Smirl | |||
2004-08-17 | 2.6.8.1 has changed the links in /lib/modules | Dave Airlie | |
2004-08-15 | Fix warning about unused ddev variable | Jon Smirl | |
2004-08-15 | Add dev to DRIVER_CTX_DTOR( dev, pos->handle) so that sis driver will | Jon Smirl | |
compile #if 0 get_pci_driver use in hotplug function until fbdev work around is written | |||
2004-08-14 | Remove unused pcigart/sg header stuff from i915 driver. | Eric Anholt | |
2004-08-14 | Add a "dev" argument to DRIVER_CTX_[CD]TOR. This will be used in an | Eric Anholt | |
upcoming commit for the SiS driver. | |||
2004-08-14 | Hopefully proper fix for corrupted driver name in memcontrol list. | Eric Anholt | |
Reported by: Jung-uk Kim <jkim@niksun.com> | |||
2004-08-13 | Fix apparent copy'n'paste-o of the card attributes commit that broke the | Eric Anholt | |
FreeBSD build. | |||
2004-08-13 | Enable MTRR usage on AMD64, and use DELAY() instead of rolling our own | Eric Anholt | |
udelay code. Submitted by: Jung-uk Kim <jkim@niksun.com> | |||
2004-08-11 | Bug #979: Don't include <sys/sysmacros.h> on linux, it occasionally emits | Adam Jackson | |
makedev() as a function call that elfloader can't resolve. Originally Gentoo Bug #41962, reported by Ryan Breen, fix feedback from Ryan Lortie. | |||
2004-08-11 | minor patch from Jon Smirl : sets up some things for later use | Dave Airlie | |
2004-08-10 | Patch from Jon Smirl to add attribute field to the pciids, and use this for | Dave Airlie | |
certain radeon combinations - intel drivers can probably use this for dual head capable devices etc.. | |||
2004-08-04 | 2.4 compat | Dave Airlie | |
2004-08-04 | 2.4 hotplug compat | Dave Airlie | |
2004-08-03 | bring over fix from i865-agp branch, it now probes the driver, X hangs | Dave Airlie | |
box.. | |||
2004-08-03 | fix for drm in /proc - from Jon Smirl | Dave Airlie | |
2004-08-02 | forgot to check these in.. thanks to Jon for reminding me .. | Dave Airlie | |
2004-07-31 | Add a hotplug event to DRM. Parameters match the ones from the general PCI | Jon Smirl | |
hotplug event plus the addition of one requesting RESET. Put your scripts in /etc/hotplug.d/drm to run. kernel class_simple generates the ADD/REMOVE events. No cards currently request RESET, the flag is there to stop you from resetting your boot display. | |||
2004-07-31 | patch from RH xorg-x11 tree ported to drm.h | Dave Airlie | |
2004-07-31 | Patch picked up from Redhat xorg release: | Dave Airlie | |
Patch by John Dennis <jdennis@redhat.com> which fixes DRI locking bug on ia64 architecture. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=104338 http://bugs.xfree86.org/show_bug.cgi?id=778 | |||
2004-07-31 | fixes for using userspace pointers found by sparse utility | Dave Airlie | |
From: Dave Airlie | |||
2004-07-31 | athe patch below optimises the drm code to not do put_user() on memory the | Dave Airlie | |
kernel allocated and then mmap-installed to userspace, but instead makes it use the kernel virtual address directly instead. From: Arjan van de Ven <arjanv@redhat.com> | |||
2004-07-29 | add read/write 16 | Dave Airlie | |
2004-07-29 | change to agp not pci ... still not working | Dave Airlie | |
2004-07-29 | initial port of i915 to BSD, not finished doesn't work.. no idea why... | Dave Airlie | |
2004-07-25 | check for __user if not there define it | Dave Airlie | |
2004-07-25 | sync up with current 2.6 kernel bk tree - mostly __user annotations | Dave Airlie | |
2004-07-25 | whitespace merge with kernel | Dave Airlie | |
2004-07-25 | if the driver has already register don't do another intermodule register | Dave Airlie | |
2004-07-25 | Patch from Tom Arbuckle for missing bus_address | Dave Airlie | |
2004-07-23 | Correct a couple of packet length calculations. | Keith Whitwell | |
2004-07-22 | another logic error returns 0 or greater for success | Dave Airlie | |
2004-07-21 | ATI Rage 128 and Radeon DRM unconditionally depend on PCI | Dave Airlie | |
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> | |||
2004-07-21 | add some more debugging fix ++ and -- | Dave Airlie | |
2004-07-20 | first set of __user annotations from kernel (Al Viro) | Dave Airlie | |
2004-07-20 | Add NULLs instead of 0 for i915 | Dave Airlie | |
2004-07-20 | Kconfig update add i915 bring over some stuff from kernel | Dave Airlie | |
2004-07-20 | add x86_64 architecture defines from kernel (leave AMD64 defines in for | Dave Airlie | |
backwards compat) | |||
2004-07-20 | fix some more NULLs from kernel | Dave Airlie | |
2004-07-20 | attempt to clean up stub_register, register_chrdev isn't good enough to | Dave Airlie | |
make the decision for multiple cards with one drm .. | |||
2004-07-15 | sparse cleanups from kernel: Al Viro | Dave Airlie | |
2004-07-14 | Fix reference counting for stub for new Linux PCI probe | Dave Airlie | |
2004-07-14 | allow O= usage for Linux 2.6 kernel building in another directory | Dave Airlie | |
2004-07-11 | split out backwards compat into a separate file makes it easier for merging | Dave Airlie | |
to 2.6 |