Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-08 | mach64: comment bus master / ring buffer behavior and security | José Fonseca | |
2007-12-07 | Fix pipe<->plane mapping vs. vblank handling (again) | Jesse Barnes | |
If drmMinor >= 6, the intel DDX driver will enable vblank events on both pipes. If drmMinor >= 10 on pre-965 chipsets, the intel DDX driver will swap the pipe<->plane mapping to allow for framebuffer compression on laptop screens. This means the secondary vblank counter (corresponding to pipe B) will be incremented when vblank interrupts occur. Now Mesa waits for vblank events on whichever plane has a greater portion of the displayed window. So it will happly ask to wait for the primary counter even though that one won't increment. So we can fix this in either the DDX driver, Mesa or the kernel (though I thought we already had several times). Since current (and previous) userspace assumes it's talking about a pipe == plane situation and now uses planes when talking to the kernel, we should probably just hide the mapping details there (indeed they already are hidden there for vblank swaps), which this patch does. So as far as userland is concerned, whether we call things planes or pipes is irrelevant, as long as kernel developers understand that userland hands them planes and they have to figure out which pipe that corresponds to (which will typically be the same on 965+ hardware and reversed on pre-965 mobile chips). | |||
2007-12-05 | mach64: make buffer emission macros normal functions | José Fonseca | |
2007-12-05 | mach64: use utf-8 | José Fonseca | |
2007-12-05 | Remove references to the sarea_priv perf_boxes field. | Kristian Høgsberg | |
This field isn't touched or read by any other code in the stack so it's time to retire these last few references. | |||
2007-12-02 | bsd: Replace other occurrences of msleep with mtx_sleep | Robert Noland | |
2007-12-01 | Clarify order of operations | Robert Noland | |
2007-12-01 | DRM_DEBUG already prints the function name. | Robert Noland | |
2007-12-01 | drm: Add _DRM_DRIVER map flag. | Robert Noland | |
This flag indicates that the driver is responsible for the map. | |||
2007-11-30 | nouveau: Properly identify NV40 and NV44 generation. | Maarten Maathuis | |
2007-11-29 | Beside the emitted warning, the added cast (u64 -> unsigned) strips out | Jiri Slaby | |
part of address on 64 bit. Cast to unsigned long instead. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> | |||
2007-11-29 | drm: more cleanups | Dave Airlie | |
2007-11-28 | i965: oops force mi batchbuffer start | Dave Airlie | |
2007-11-22 | drm: major whitespace/coding style realignment with kernel | Dave Airlie | |
2007-11-22 | i915: add context handle to superioctl struct | Dave Airlie | |
This will be used later for lockless operation. | |||
2007-11-19 | Fix capitalization of __linux__ define. | Eric Anholt | |
2007-11-18 | Bug #13233: Fix build on FreeBSD. | Robert Noland | |
2007-11-18 | radeon: refactor out the fb/agp location read/write. | Dave Airlie | |
Add a new get param to get the fb location into userspace. Mesa currently hits MMIO to do this, but this isn't always possible. | |||
2007-11-16 | nouveau: also mention the number of succcessfully copied bios bytes. | Stephane Marchesin | |
2007-11-15 | nouveau: be verbose about PPC bios for now. | Stephane Marchesin | |
2007-11-15 | nouveau: revert the nv34 context size change, it was not the culprit after all. | Stephane Marchesin | |
2007-11-15 | nouveau: use get_property instead of of_get_property on pre-2.6.22 kernels. | Stephane Marchesin | |
2007-11-15 | nouveau: Copy the PPC bios to RAMIN on init, that lets us do proper output ↵ | Stephane Marchesin | |
detection in user space. | |||
2007-11-15 | intel: add flushing for i8xx chipsets. | Dave Airlie | |
Add a nut vs hammer style chipset flush for the i8xx chipsets - reenable TTM code paths | |||
2007-11-14 | nouveau: nv30: missing ramin init, does it brake other hw? | Patrice Mandin | |
2007-11-14 | Add new shared header file drm_internal.h. | Kristian Høgsberg | |
This header file is shared across linux and bsd, but is not installed for user space to access. It's the place to put prototypes and data types that aren't platform or chipset specific, but still internal to the drm. | |||
2007-11-14 | nouveau: adjust the size of the NV34 context. That fixes mobile PPC cards. | Stephane Marchesin | |
2007-11-14 | nouveau: Also wait until CACHE1 gets emptied. | Ben Skeggs | |
2007-11-14 | Revert "nouveau: stub superioctl" | Ben Skeggs | |
This reverts commit 2370ded79b4176d76cda1ec5f495fd33c2d566ed. Err.. didn't mean for that to slip in :) | |||
2007-11-14 | Merge branch 'fifo-cleanup' into upstream-master | Ben Skeggs | |
2007-11-14 | nouveau: Attempt to wait for channel idle before we destroy it. | Ben Skeggs | |
2007-11-14 | nouveau: Use "new" NV40 USER control regs. | Ben Skeggs | |
Probably entirely pointless, but a simple change in any case. | |||
2007-11-14 | nouveau: store user control reg offsets in channel struct | Ben Skeggs | |
2007-11-14 | nouveau: funcs to determine active channel on PFIFO. | Ben Skeggs | |
2007-11-14 | nouveau: stub superioctl | Ben Skeggs | |
2007-11-07 | i915: oops disable TTM is backwards | Dave Airlie | |
2007-11-06 | i915: disable TTM on 8xx chips for now until flushing is solved | Dave Airlie | |
2007-11-06 | [PATCH] i915: fix missing G33 detect in IS_I9XX | Zhenyu Wang | |
G33 detect seems missing with Jesse's suspend/resume patch. | |||
2007-11-06 | i915: cleanup most of the whitespace | Dave Airlie | |
2007-11-05 | drm: remove lots of spurious whitespace. | Dave Airlie | |
Kernel "cleanfile" script run. | |||
2007-11-04 | nouveau: more nv20_graph_init. | Pekka Paalanen | |
This patch is originally from malc0_, but since it used some NV40_* regs, I edited them into hex values with a comment. This seems to correspond quite well with my own mmio-trace, for the parts I cared to check. | |||
2007-11-05 | nouveau: Use a sw method instead of notify interrupt to signal fence completion. | Ben Skeggs | |
2007-11-05 | nouveau: cleanups | Ben Skeggs | |
2007-11-05 | nouveau: only pass annoying messages if irq isn't handled fully. | Ben Skeggs | |
2007-11-05 | nouveau: hook up an inital fence irq handler | Ben Skeggs | |
2007-11-05 | nouveau: crappy ttm mm init, disabled for now. | Ben Skeggs | |
2007-11-02 | nouveau: put it all together. | Jeremy Kolb | |
2007-11-03 | radeon: set the address to access the aperture on the CPU side correctly | Dave Airlie | |
This code relied on the CPU and GPU address for the aperture being the same, On some r5xx hardware I was playing with I noticed that this isn't always true. I wonder if this will fix some of those r4xx DRI issues we've seen in the past. | |||
2007-11-01 | nouveau: don't use AGP on PPC. It's a hopeless case. | Stephane Marchesin | |
2007-10-31 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm | Jeremy Kolb | |