~joe-yasi/xserver-xorg-video-intel/+git/xf86-video-intel:display-port

Last commit made on 2009-05-07
Get this branch:
git clone -b display-port https://git.launchpad.net/~joe-yasi/xserver-xorg-video-intel/+git/xf86-video-intel

Branch merges

Branch information

Recent commits

1d1a876... by Keith Packard

Deal with I2C over DP AUX DEFER/NACK status

abe80ea... by Keith Packard

Hold reference to video binding table until all rects are painted.

The optimization of unreferencing the binding table when the relocation is
posted causes the object to be dereferenced for each box in the clip list,
causing general chaos in the buffer manager. It's easier to just hold a
reference to the object until all of the boxes are painted and then drop it.

Signed-off-by: Keith Packard <email address hidden>

983a527... by Keith Packard

3D_STATE_VERTEX_BUFFERS takes four 32-bit values, not three.

The spec says this command takes an extra (mbz) 32-bit value, so let's
provide it with one.

Signed-off-by: Keith Packard <email address hidden>

cca83b4... by Keith Packard

Don't bother to enable VF statistics during 965 video playback

This was used while bringing up the driver to debug vertext fetches.

Signed-off-by: Keith Packard <email address hidden>

8c65848... by Keith Packard

Leave allocator running until lower-level CloseScreens are done

The lower level close screen functions will free allocated objects, causing
a crash if the allocator isn't still available.

Signed-off-by: Keith Packard <email address hidden>

430e845... by Keith Packard

intel_batch_start_atomic: fix size passed to intel_batch_require_space (*4)

intel_batch_start_atomic takes an argument in 32-bit units, and so it must
multiply that by 4 before passing it to intel_batch_require_space, which
takes an argument in bytes.

We should figure out what units we want to use and use the same everywhere...

Signed-off-by: Keith Packard <email address hidden>

8fd7fc6... by Keith Packard

Merge branch 'master' into display-port

8232177... by Keith Packard

Allow cursors to roam past 2048x2048 limit.

There's no reason to clip cursor positions to an artificial limit; the
hardware cursor limits always mirror the hardware display limits.

Signed-off-by: Keith Packard <email address hidden>

b18ac0f... by Keith Packard

Merge commit 'origin/master' into display-port

417f378... by Carl Worth <email address hidden>

Add doltlibtool to DISTCLEANFILES

Otherwise make distcheck fails.