summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2013-05-22BUS_DMA_WAITOK can't be used in the bge_init path since itMike Belopuhov
2013-05-21Delete unused function.Mark Kettenis
2013-05-18Add parameters describing the usable part of the GTT and enable the checksMark Kettenis
2013-05-18Sync with Linux. Mostly comment and whitespace changes, but adds some missingMark Kettenis
2013-05-17wsmoused supportMark Kettenis
2013-05-16burner supportMark Kettenis
2013-05-15sync the list of pre haswell intel video devices with linuxJonathan Gray
2013-05-15regenJonathan Gray
2013-05-15add some more Intel video devicesJonathan Gray
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2013-05-15Add support for Intel E7221 integrated graphics.Mark Kettenis
2013-05-12Handle big (a.k.a. >2TB) disks by adding logic to handle the 12 and 16Kenneth R Westerback
2013-05-12fix use after free in case the mbuf needs defragmentationStefan Fritsch
2013-05-11Another small tweak to get things close to Linux.Mark Kettenis
2013-05-11whitespaceMark Kettenis
2013-05-11Remove some #ifdef 0'd code that we're never going to use again.Mark Kettenis
2013-05-09A few more changes to reduce the diffs to the Linux code.Mark Kettenis
2013-05-09Add a #define such that we can say "struct drm_i915_private" to reduce theMark Kettenis
2013-05-08The "locking" in i915_gem_object_move_to_inactive() makes no sense. Get ridMark Kettenis
2013-05-08Maxime Villard reported an uninitialised variable access inJonathan Gray
2013-05-06syncBrian Callahan
2013-05-06Revert Cavium Networks back to Cavium - it was right in the first place.Brian Callahan
2013-05-06syncBrian Callahan
2013-05-06Add OCTEON Plus CN50XX Network Processor id.Brian Callahan
2013-05-05Add nonblocking argument to i915_gem_object_pin() andMark Kettenis
2013-05-05Remove a supefluous check.Mark Kettenis
2013-05-05With KMS, the inteldrm_quiesce dance isn't needed anymore. Zap the code.Mark Kettenis
2013-05-05Remove some #ifdef'ed out code that's never going to get used again.Mark Kettenis
2013-05-04In i915_alloc_ifp() and i965_alloc_ifp() use extent_alloc_subregion() to makeMark Kettenis
2013-04-30Clear the right pixels when scrolling backwards.Mark Kettenis
2013-04-30Handle newer fiber adapters the same way as 82575/82576,Jonathan Gray
2013-04-22handle long long time_t in debug codeTheo de Raadt
2013-04-22Put the code manipulating scatter gather mapping for the framebuffer underMartin Pieuchot
2013-04-21new digi puc; Hugo LombardTheo de Raadt
2013-04-21syncTheo de Raadt
2013-04-21Move GEM initialization code into its own function like Linux has.Mark Kettenis
2013-04-18"160 chars ought to be enough for everybody"Mark Kettenis
2013-04-17Also accelerate scrolling backwards.Mark Kettenis
2013-04-17Add support for 16bpp mode to code that interfaces with the rasops(9) code.Mark Kettenis
2013-04-17Another round of reducing diffs with Linux code.Mark Kettenis
2013-04-16spelling errors; Diego CasatiTheo de Raadt
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2013-04-14Take a different approach towards framebuffer accelartion. Instead of usingMark Kettenis
2013-04-14Be sure to turn hsync/vsync back on at crt enable (v2)Jonathan Gray
2013-04-14add some acer quirks from linux 3.8.7Jonathan Gray
2013-04-12Now we can handle bitbanging enable the fallback method of gettingJonathan Gray
2013-04-10Fix various glitches in queue macro usage.Philip Guenther
2013-04-08A few changes that reduce the diffs to the Linux code. Mostly style issues,Mark Kettenis
2013-04-08Fix typo in ale_stop_mac().Brad Smith
2013-04-08Use the fixed pixel clock for eDP in intel_dp_set_m_n()Jonathan Gray