summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-01-24drm/i915: Only apply DPMS to the encoder if enabledJonathan Gray
2014-01-24Copy timespecs member by member in fo_stat callback functions, to avoidPhilip Guenther
2014-01-24drm/radeon: fixup bad vram size on SIJonathan Gray
2014-01-24drm/radeon: Fix VRAM size calculation for VRAM >= 4GBJonathan Gray
2014-01-24Add support for BUS_INTR_ESTABLISH_MPSAFE.Mark Kettenis
2014-01-24add a missing argument to a debug printfJonathan Gray
2014-01-24drm/radeon: disable tests/benchmarks if accel is disabledJonathan Gray
2014-01-24remove irrelevant error handling in loadrandom; this operates on theTheo de Raadt
2014-01-24Do not protect struct vm_page_md with defined(_KERNEL), for userland uvmMiod Vallat
2014-01-24drm/radeon: fix asic gfx values for scrapper asicsJonathan Gray
2014-01-24drm/radeon: fix typo in cu_per_sh on verdeJonathan Gray
2014-01-24drm/radeon/si: fix define for MC_SEQ_TRAIN_WAKEUP_CNTLJonathan Gray
2014-01-24Only report about random seed failures, not attempts.Theo de Raadt
2014-01-24drm: fix a use-after-free when GPU acceleration disabledJonathan Gray
2014-01-24exit1() needs to do a final aggregation of the thread's [us]ticksPhilip Guenther
2014-01-24drm/i915: Move num_pipes to intel infoJonathan Gray
2014-01-24drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlightJonathan Gray
2014-01-24DVA should be 64 bits, so make sure it is before getting the high bits.David Gwynne
2014-01-24drm/i915: ivb: fix edp voltage swing reg valJonathan Gray
2014-01-24drm/i915: fix up ring cleanup for the i830/i845 CS tlb w/aJonathan Gray
2014-01-24add some HAS_DDI() conversions that were missed in the earlier commitJonathan Gray
2014-01-24drm/i915: add more VLV IDsJonathan Gray
2014-01-23Add defines for resumable and nonresumable error queues.Mark Kettenis
2014-01-23Eleminate the last workq usage here.Mark Kettenis
2014-01-23since the cksum rewrite the counters for hardware checksummed packetsHenning Brauer
2014-01-23Manufacturer driver update for ARC-1880, 1882, 1213, 1223, 1214Chris Cappuccio
2014-01-23Try to cope better with void pointer to int usage cases.Paul Irofti
2014-01-23unifdef -D__HAVE_VM_PAGE_MD - no functional change.Miod Vallat
2014-01-23drm/i915: don't intel_crt_init on any ULT machinesJonathan Gray
2014-01-23drm/i915: add HAS_DDI checkJonathan Gray
2014-01-23Merge two chunks of code to inform listeners of a route change into aMartin Pieuchot
2014-01-23adjust a comment or twoTed Unangst
2014-01-23Switch to task queues, except for one little corner case that I need to thinkMark Kettenis
2014-01-23drm/i915: Preserve the DDI_A_4_LANES bit from the biosJonathan Gray
2014-01-23drm/i915: don't setup hdmi for port D edp in ddi_initJonathan Gray
2014-01-23drm/i915: rename sdvox_reg to hdmi_reg on HDMI contextJonathan Gray
2014-01-23Switch radeondrm(4) to MSI on the cards that support it.Mark Kettenis
2014-01-23drm/i915: Revert hdmi HDP pin checksJonathan Gray
2014-01-23a lot of people have pointed out to me that taking a lock just to read anDavid Gwynne
2014-01-23factor the mutex/bus_space handling of the sts block out.David Gwynne
2014-01-23msleep() with a NULL mtx argument is a programming error.Philip Guenther
2014-01-23if cold, do not use tsleep, but use the delay path.Theo de Raadt
2014-01-23Don't blindly continue if and hv_ldc_copy() call fails. For now, simplyMark Kettenis
2014-01-23put the in{,6}_delayed_cksum() and in{,6}_proto_cksum_out() prototypesChristian Weisgerber
2014-01-23drm/radeon/atom: initialize more atom interpretor elements to 0Jonathan Gray
2014-01-23Rename ALTQ's HFSC_MAX_CLASSES for the upcoming change.pelikan
2014-01-23drm/radeon/atom: workaround vbios bug in transmitter table on rs780Jonathan Gray
2014-01-23drm/radeon/atom: workaround vbios bug in transmitter table on rs880 (v2)Jonathan Gray
2014-01-23Waiting on a condition without a lock is an error: you need *some* lockPhilip Guenther
2014-01-23Delete spurious if statement.Kenneth R Westerback