| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Fixes inteldrm(4) on the GM45 chipset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://lists.freedesktop.org/archives/intel-gfx/2014-March/042121.html
Ben Widawsky
drm/i915/bdw: Restore PPAT on thaw
a2319c08bfd849ea32b4f890ce92df86074c5731
Ville Syrjala
drm/i915: We implement WaDisableAsyncFlipPerfMode:bdw
8285222c487b61c48b9b955b82598544c3c06050
Ben Widawsky
drm/i915/bdw: Use scratch page table for GEN8 PPGTT
8407bb9129da95fc4099b84cdbbc23e6d4f66aee
Jani Nikula
drm/i915: don't flood the logs about bdw semaphores
c923facd535b97972b5bb7d3df4fcafd61a63a5e
Ville Syrjala
drm/i915: Implement WaDisableSDEUnitClockGating:bdw
4f1ca9e94057de098d65bc7477e8f89dd51609aa
Ville Syrjala
drm/i915: Don't clobber CHICKEN_PIPESL_1 on BDW
c7c656226842679bcd9f39dc24441b4ff398a850
Kenneth Graunke
drm/i915: Add a partial instruction shootdown workaround on Broadwell.
c8966e1058e1e8ae2eec4211157847032829697a
Damien Lespiau
drm/i915/bdw: The TLB invalidation mechanism has been removed from INSTPM
dc616b89dbc4bb6a99884d214bd1ed1e0eef59a0
Kenneth Graunke
drm/i915: Add thread stall DOP clock gating workaround on Broadwell.
1411e6a57a1836ba8a3d4f17c8733b2fbaf0f005
Ville Syrjala
drm/i915: Disable semaphore wait event idle message on BDW
295e8bb73a4785b65db6655fbf6ad57c4177b551
Mika Kuoppala
drm/i915: Do forcewake reset on gen8
0a089e3355d77f758e46db54a0a81d4b58a28cc3
Mika Kuoppala
drm/i915: Fix forcewake counts for gen8
e9dbd2b20201b49b04476d2e5763faa822967913
ok kettenis@
|
|
|
|
|
| |
display after waking it from standby or after VT switches. Can't seem to get
him to commit this workaround while he his hunting for a proper fix.
|
| |
|
|
|
|
|
| |
is shared with the disk, which results in noticable latency during heavy
disk activity.
|
|
|
|
|
|
| |
*ERROR* Hangcheck timer elapsed... xxx ring idle
messages.
|
| |
|
| |
|
|
|
|
|
|
|
| |
encoded with shifts. Switch to a file constructed by iterating
through i915_drv.c pciidlist so these will be included.
ok kettenis@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
commit 48f8f36a6c8018c2b36ea207aaf68ef5326c5075 on the linux-3.14.y
branch of the linux-stable tree). This brings preliminary support for
the GPU on Intel's Broadwell CPUs. Don't expect these to work
perfectly yet. There are some remaining issues with older hardware as
well, but no significant regressions have been uncovered.
This also updates some of drm core code. The radeondrm code remains
based on Linux 3.8 with some minimal canges to adjust to changes in
the core drm APIs.
Joint effort with jsg@, who did the initial update of the relevant drm
core bits. Committing this early to make sure it gets more testing
and make it possible for others to help getting the remaining wrinkles
straightened out.
|
|
|
|
| |
Found by Matthew Dillon (Dragonfly). DMA sync hint from tedu@, ok mpi@
|
|
|
|
|
|
| |
the firmware, rather than zeros. Matches what Linux iwlwifi does.
Spotted by Adrian Chadd (FreeBSD).
ok mpi@
|
| |
|
|
|
|
|
|
| |
it could be supported by rtwn(4) eventualy
ok stsp@
|
| |
|
|
|
|
| |
noticed by brad
|
|
|
|
|
|
|
|
| |
intr_barrier(9) to avoid having the interrupt handler touch the rx data
structures while we're brining down the interface. This actually reverts
many of the changes in rev. 1.300.
ok mikeb@
|
|
|
|
| |
From miod@.
|
|
|
|
| |
ok stsp@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the vmx rx path is only touched in the interrupt handler, so it is
already guaranteed to be accessed by only one cpu at a time.
the tx path has been massaged so the the producer is only touched
by the start routine, and the consumer is only touched by the
interrupt path, and can therefore be run concurrently. the only
interlock is a count of the free descriptors.
if txintr clears IFF_OACTIVE, it takes the kernel lock before running
the start routine.
other interrupts, eg, link state handling, take the kernel lock.
|
|
|
|
|
| |
qlw_dump_iocb_segs() into empty macros if QLW_DEBUG is not defined (if only
to make this compile, then).
|
| |
|
|
|
|
|
|
| |
device found while figuring out the chipset.
ok jsg@
|
|
|
|
|
| |
From Grant Czajkowski <czajkow2 AT illinois DOT edu>
OK mpi@
|
| |
|
|
|
|
|
| |
is really fugly on large displays (tga, vgafb). It's only 10KB more data
before compression, which fits in our floppies.
|
| |
|
| |
|
| |
|
|
|
|
| |
(ifmedia64).
|
|
|
|
|
|
|
| |
when all cores are in C3, so treat the latency+power values from ACPI as
advisory and stop skipping states based on them.
ok mlarkin@ kettenis@
|
|
|
|
|
|
| |
from the Intel code in FreeBSD.
Tested by Paul Levlin on a machine with I354.
|
|
|
|
| |
ok millert@ kettenis@ and something like an ok mlarkin@
|
|
|
|
|
|
| |
over the tree.
much encouragement from l2k15
|
|
|
|
|
|
| |
refcnt_init like a real device too.
found by deraadt@
|
|
|
|
| |
fixing this long ago.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This changes numbers of the SIOCSIFMEDIA and SIOCGIFMEDIA ioctls and
grows struct ifmediareq.
Old ifconfig and dhclient binaries can still assign addresses, however
the 'media' subcommand stops working. Recompiling ifconfig and dhclient
with new headers before a reboot should not be necessary unless in very
special circumstances where non-default media settings must be used to
get link and console access is not available.
There may be some MD fallout but that will be cleared up later.
ok deraadt miod
with help and suggestions from several sharks attending l2k15
|
|
|
|
|
| |
changes done by kettenis@. Tested by Hrvoje Popovski and chris@
dlg@, mpi@ and kettenis@ agree on developping this further in tree.
|
|
|
|
|
|
| |
trying to talk to a Sun STK6140. Still doesn't work though.
ok dlg@
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Needed for libinput port.
ok guenther@, miod@
|
| |
|
|
|
|
| |
initializing variables before they get used.
|
| |
|
|
|
|
| |
ok mpi@
|
| |
|
| |
|