History log of /freebsd-9.3-release/sys/dev/drm/r600_blit.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 207066 22-Apr-2010 rnoland

Rework how drm maps are handled.

* On 32 bit platforms we steal the upper 4 bits of the map handle
to store a unique map id.
* On 64 bit platforms we steal the upper 24 bits.

Resolves issues where the offsets that are handed to mmap may overlap the VRAM on some cards.

Tested on: radeon, intel, mga, and via.

This will break nouveau. I will spin new patches shortly.


# 198696 30-Oct-2009 rnoland

Cleanup in r600_blit

- Don't bother to assign vb until we know we have enough space
- Add variables for sx2, sy2, dx2, dy2 so that these aren't
calculated over and over, also reduce chance of errors.
- Use switch to assign color/format

MFC after: 3 days


# 198691 30-Oct-2009 rnoland

Fix blitter support for RS880 chips

MFC after: 3 days


# 197604 28-Sep-2009 rnoland

Fix blit pitch for 4 byte transfers on r600.

MFC after: 1 week


# 197155 13-Sep-2009 rnoland

Add a couple of small fixes from the AMD folks.

- max tex height is 8192
- increment src/dst by the full transfer amount

MFC after: 3 days


# 196470 23-Aug-2009 rnoland

Add kernel support for Radeon R6/7xx 3D.

You will still need Mesa from git and possibly an updated DDX driver,
but this is working fairly well now.

MFC after: 2 weeks