<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/char, branch v2.6.26-rc9</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/char?h=v2.6.26-rc9</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/char?h=v2.6.26-rc9'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2008-07-03T02:21:48Z</updated>
<entry>
<title>tty: Fix inverted logic in send_break</title>
<updated>2008-07-03T02:21:48Z</updated>
<author>
<name>Alan Cox</name>
<email>alan@redhat.com</email>
</author>
<published>2008-06-30T16:40:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3e2a078ca6a0d3122bbf2b904cd7ccf21a5ca21d'/>
<id>urn:sha1:3e2a078ca6a0d3122bbf2b904cd7ccf21a5ca21d</id>
<content type='text'>
Not sure how this came to get inverted but it appears to have been my
mess up.

Signed-off-by: Alan Cox &lt;alan@redhat.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>DRM/i915: only use tiled blits on 965+</title>
<updated>2008-07-03T01:42:23Z</updated>
<author>
<name>Jesse Barnes</name>
<email>jbarnes@virtuousgeek.org</email>
</author>
<published>2008-07-01T19:32:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3d25802e3ba7c82457b5c12bbfeefe391d8a333e'/>
<id>urn:sha1:3d25802e3ba7c82457b5c12bbfeefe391d8a333e</id>
<content type='text'>
When scheduled swaps occur, we need to blit between front &amp; back
buffers.  If the buffers are tiled, we need to set the appropriate
XY_SRC_COPY tile bit, but only on 965 chips, since it will cause
corruption on pre-965 (e.g. 945).

Bug reported by and fix tested by Tomas Janousek &lt;tomi@nomi.cz&gt;.

Signed-off-by: Jesse Barnes &lt;jbarnes@virtuousgeek.org&gt;
Acked-by: Dave Airlie &lt;airlied@linux.ie&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>enable bus mastering on i915 at resume time</title>
<updated>2008-06-24T18:17:25Z</updated>
<author>
<name>Jie Luo</name>
<email>clotho67@gmail.com</email>
</author>
<published>2008-06-24T17:38:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ea7b44c8e6baa1a4507f05ba2c0009ac21c3fe0b'/>
<id>urn:sha1:ea7b44c8e6baa1a4507f05ba2c0009ac21c3fe0b</id>
<content type='text'>
On 9xx chips, bus mastering needs to be enabled at resume time for much of the
chip to function.  With this patch, vblank interrupts will work as expected
on resume, along with other chip functions.   Fixes kernel bugzilla #10844.

Signed-off-by: Jie Luo &lt;clotho67@gmail.com&gt;
Signed-off-by: Jesse Barnes &lt;jbarnes@virtuousgeek.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>removed unused var real_tty on n_tty_ioctl()</title>
<updated>2008-06-23T17:36:47Z</updated>
<author>
<name>Gustavo Fernando Padovan</name>
<email>gustavo@las.ic.unicamp.br</email>
</author>
<published>2008-06-23T11:07:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=96a331b1d6426726c37242ddbe939ee14b255790'/>
<id>urn:sha1:96a331b1d6426726c37242ddbe939ee14b255790</id>
<content type='text'>
I noted that the 'struct tty_struct *real_tty' is not used in this
function, so I removed the code about 'real_tty'.

Signed-off-by: Gustavo Fernando Padovan &lt;gustavo@las.ic.unicamp.br&gt;
Acked-by: Alan Cox &lt;alan@redhat.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6</title>
<updated>2008-06-20T19:38:18Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2008-06-20T19:38:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9aef85cc58f54f01bbbafdb3c87af4465f4257c0'/>
<id>urn:sha1:9aef85cc58f54f01bbbafdb3c87af4465f4257c0</id>
<content type='text'>
* 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6: (21 commits)
  drm: only trust core drm ioctls - driver ioctls are a mess.
  drm/i915: add support for Intel series 4 chipsets.
  drm/radeon: add hier-z registers for r300 and r500 chipsets
  drm/radeon: use DSTCACHE_CTLSTAT rather than RB2D_DSTCACHE_CTLSTAT
  drm/radeon: switch IGP gart to use radeon_write_agp_base()
  drm/radeon: Restore sw interrupt on resume
  drm/r500: add support for AGP based cards.
  drm/radeon: fix texture uploads with large 3d textures (bug 13980)
  drm/radeon: add initial r500 support.
  drm/radeon: init pipe setup in kernel code.
  drm/radeon: fixup radeon_do_engine_reset
  drm/radeon: fix pixcache and purge/cache flushing registers
  drm/radeon: write AGP_BASE_2 on chips that support it.
  drm/radeon: merge IGP chip setup and fixup RS400 vs RS480 support
  drm/radeon: IGP clean up register and magic numbers.
  drm/rs690: set base 2 to 0.
  drm/rs690: set all of gart base address.
  radeon: add production microcode from AMD
  drm: pcigart use proper pci map interfaces.
  drm: the sg alloc ioctl should write back the handle to userspace
  ...
</content>
</entry>
<entry>
<title>drm: only trust core drm ioctls - driver ioctls are a mess.</title>
<updated>2008-06-20T05:42:38Z</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@redhat.com</email>
</author>
<published>2008-06-20T05:42:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=858a3685bcf3ac199128e4aa85eaae2fb9d191b5'/>
<id>urn:sha1:858a3685bcf3ac199128e4aa85eaae2fb9d191b5</id>
<content type='text'>
So driver ioctls need a full auditing before we can make this change.

Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>drm/i915: add support for Intel series 4 chipsets.</title>
<updated>2008-06-20T02:12:56Z</updated>
<author>
<name>Zhenyu Wang</name>
<email>zhenyu.z.wang@intel.com</email>
</author>
<published>2008-06-20T02:12:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d3adbc0c582b767ba1561ffa38313e905cc917ea'/>
<id>urn:sha1:d3adbc0c582b767ba1561ffa38313e905cc917ea</id>
<content type='text'>
Signed-off-by: Zhenyu Wang &lt;zhenyu.z.wang@intel.com&gt;
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>[agp]: fixup chipset flush for new Intel G4x.</title>
<updated>2008-06-20T01:48:06Z</updated>
<author>
<name>Zhenyu Wang</name>
<email>zhenyu.z.wang@intel.com</email>
</author>
<published>2008-06-20T01:48:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7d15ddf79ec35ce79093832c80b86c0888eb5bce'/>
<id>urn:sha1:7d15ddf79ec35ce79093832c80b86c0888eb5bce</id>
<content type='text'>
Signed-off-by: Zhenyu Wang &lt;zhenyu.z.wang@intel.com&gt;
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>agp: brown paper bag patch - put back the two lines it took out.</title>
<updated>2008-06-19T04:57:31Z</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@redhat.com</email>
</author>
<published>2008-06-19T04:57:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0e480e5fc03c411d350478b2e8dc0906a37b6f07'/>
<id>urn:sha1:0e480e5fc03c411d350478b2e8dc0906a37b6f07</id>
<content type='text'>
no more whitespace diffs for me.

Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
<entry>
<title>agp/intel: cleanup some serious whitespace badness</title>
<updated>2008-06-19T04:27:53Z</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@redhat.com</email>
</author>
<published>2008-06-19T04:27:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=62c96b9d0917894c164aa3e474a3ff3bca1554ae'/>
<id>urn:sha1:62c96b9d0917894c164aa3e474a3ff3bca1554ae</id>
<content type='text'>
Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</content>
</entry>
</feed>
