summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2015-04-08ttm has it's own version of kmap/kunmap that usesJonathan Gray
2015-04-07Use m_defrag when mbuf chains get fragmented.Stefan Fritsch
2015-04-06Move almost all of the linux compat from drmP.h to drm_linux.h.Jonathan Gray
2015-04-06switch back from roundup2() and roundup() to round_up()Jonathan Gray
2015-04-06switch back from howmany() to DIV_ROUND_UP()Jonathan Gray
2015-04-06move some inline linux compat into the dedicated filesJonathan Gray
2015-04-06drm_calloc -> kcallocJonathan Gray
2015-04-06add/use some more errno remappingJonathan Gray
2015-04-06Now we have dev_priv->mm.gtt_base_addr we can set fb_base and removeJonathan Gray
2015-04-06Add an empty drm_sysfs_hotplug_event() function and use itJonathan Gray
2015-04-06Add get_user() and put_user() compatibility interfaces and use them.Mark Kettenis
2015-04-06add back some more static use to reduce the diff to linuxJonathan Gray
2015-04-06No need to use a temporary pointer variable after the drm struct nameJonathan Gray
2015-04-06add and use macros for wake_up/wake_up_all/wake_up_all_lockedJonathan Gray
2015-04-06Convert some udelay() calls back to DRM_UDELAY() whereJonathan Gray
2015-04-05Consistently use #if 0/#endif to handle our lack of DRM_MINOR_CONTROL.Mark Kettenis
2015-04-05whitespaceMark Kettenis
2015-04-05Another round of reducing diffs with Linux. This one moves the variousMark Kettenis
2015-04-03resync i915_drv.h to make it diffable to linuxJonathan Gray
2015-04-03change types/macros to reduce the diff to linuxJonathan Gray
2015-04-03Translate PAGE_MASK usage for the way it is defined in our kernel.Jonathan Gray
2015-04-01fix typo in comment; OK mpi@Gleydson Soares
2015-04-01Correct comments.Masao Uebayashi
2015-04-01Kill useless comments talking about ether_input().Martin Pieuchot
2015-04-01Remove annoying comment mentionning ether_output().Martin Pieuchot
2015-03-30Convert to if_input().Martin Pieuchot
2015-03-29Restore user-loaded vga fonts upon X11->VT switch and upon resume; fromMiod Vallat
2015-03-28match on the RTS5249 found on the dell xps 13, treat it as a 5229Joshua Stein
2015-03-26additional params from libdrm 2.4.60Jonathan Gray
2015-03-24Convert to if_input() but I won't tell your the story of krw@Martin Pieuchot
2015-03-24Convert to if_input(), untested but kettenis@ will mop up later ifMartin Pieuchot
2015-03-23Not all iwm hardware supports the 5GHz band. Make setting 11a ratesJonathan Gray
2015-03-21Print speeds consistently.Martin Pieuchot
2015-03-20Convert to if_input(), thanks to krw@ for testing.Martin Pieuchot
2015-03-20Convert to if_input(), thanks to krw@ for testing.Martin Pieuchot
2015-03-20Re-apply -r1.115 that got accidentally reverted and brought to myMike Belopuhov
2015-03-19missing gcu_var.h conversionTheo de Raadt
2015-03-18syncRyan Thomas McBride
2015-03-18syncRyan Thomas McBride
2015-03-18Baytrail/e3800 devices found in MinnowboardMax.Ryan Thomas McBride
2015-03-18Prevent sign extension due to pointer arithmeticsMike Belopuhov
2015-03-18use device_lookup to find gcu0 rather than iterating over alldevs.David Gwynne
2015-03-16convert timeout_add() calls using hz to timeout_add_msec()Jonathan Gray
2015-03-14RTL8411 works also, according to tiix@openmailboxTheo de Raadt
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-03-13convert to if_input()Jasper Lievisse Adriaanse
2015-03-11Convert to if_input().Martin Pieuchot
2015-03-11Match on 3160. Untested but should work.Jonathan Gray
2015-03-10Convert to if_input().Martin Pieuchot
2015-03-08Revert patch responsible for locking up machines withTobias Ulmer