summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/i915
AgeCommit message (Expand)Author
2014-02-15drm/i915: Don't deref pipe->cpu_transcoder in the hangcheck codeJonathan Gray
2014-02-15drm/i915: Use the correct GMCH_CTRL register for Sandybridge+Jonathan Gray
2014-02-15drm/i915: fix DDI PLLs HW state readout codeJonathan Gray
2014-02-13Some Linux i915 drm "fast" path code relies on being able to "disable" pageMark Kettenis
2014-02-13drm/i915: prefer VBT modes for SVDO-LVDS over EDIDJonathan Gray
2014-02-13drm/i915/sdvo: Use &intel_sdvo->ddc instead of intel_sdvo->i2c for DDC.Jonathan Gray
2014-02-05We have WARN_ONCE now.Mark Kettenis
2014-02-05Do proper error handling in the fault handler. Fixes spurious SIGSEGVs asMark Kettenis
2014-02-02drm/i915: flush cursors harderJonathan Gray
2014-02-02Add missing DRM_UNLOCK() in error path.Mark Kettenis
2014-02-02drm/i915: Make data/link N value power of twoJonathan Gray
2014-02-02drm/i915/dp: increase i2c-over-aux retry interval on AUX DEFERJonathan Gray
2014-02-01drm/i915: Invalidate TLBs for the rings after a resetJonathan Gray
2014-01-30Get rid of the simple locks; they're lies. Also get rid of the holdingMark Kettenis
2014-01-24drm/i915: Only apply DPMS to the encoder if enabledJonathan Gray
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-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-23drm/i915: don't intel_crt_init on any ULT machinesJonathan Gray
2014-01-23drm/i915: add HAS_DDI checkJonathan Gray
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-23drm/i915: Revert hdmi HDP pin checksJonathan Gray
2014-01-22drm/i915: No LVDS hardware on Intel D410PT and D425KTJonathan Gray
2014-01-22drm/i915: quirk away phantom LVDS on Intel's D525MW mainboardJonathan Gray
2014-01-22drm/i915: quirk away phantom LVDS on Intel's D510MO mainboardJonathan Gray
2014-01-22Provide inline dummy implementations of drm_sysfs_connector_add() andMark Kettenis
2014-01-22bring inteldrm back up after resume using DVACT_WAKEUP (non-cold, ableTheo de Raadt
2014-01-22Use DIV_ROUND_UP instead of howmany to reduce the diffs with Linux.Mark Kettenis
2014-01-21Use Linux compat functions to do kernel memory allocations in the bits of codeMark Kettenis
2014-01-21Use PTR_ERR where appropriate instead of a plain cast.Mark Kettenis
2014-01-21oops, missed oneMark Kettenis
2014-01-21Change a couple of #if 0 into #ifdef __linx__ or #ifdef notyet.Mark Kettenis
2014-01-21Use ARRAY_SIZE() instead of nitems() to reduce diffs with Linux.Mark Kettenis
2013-12-21i915_gem_mmap_ioctl() should return a Linux-style negative errno value.Mark Kettenis
2013-12-21Fix locking in the page fault handler. A (somewhat malicious) userlandMark Kettenis
2013-12-15Overhaul the pread and pwrite code to match what Linux does. Should fix a fewMark Kettenis
2013-12-15Abuse phys_map to reliably wait for kva.Mark Kettenis
2013-12-11Make obj->pages a simple array instead of an array of bus_dma_segment_t's.Mark Kettenis
2013-12-09Bring i915_gem_mmap_ioctl a bit closer to the Linux code.Mark Kettenis
2013-12-07Emulating wait_event_timeout() using msleep() is hard. This version shouldMark Kettenis
2013-12-07No need to blow away the cache after updating GTT entries. The driver alreadyMark Kettenis
2013-12-07Now that we properly flush caches, we can enable cpu relocations.Mark Kettenis
2013-12-07Enable fast path for relocations.Mark Kettenis
2013-12-06Change a WARN_ON into a BUG_ON to match Linux.Mark Kettenis
2013-12-06It seems to be possible to truncate an object while it is still mapped.Mark Kettenis