index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
i915
Age
Commit message (
Expand
)
Author
2014-02-15
drm/i915: Don't deref pipe->cpu_transcoder in the hangcheck code
Jonathan Gray
2014-02-15
drm/i915: Use the correct GMCH_CTRL register for Sandybridge+
Jonathan Gray
2014-02-15
drm/i915: fix DDI PLLs HW state readout code
Jonathan Gray
2014-02-13
Some Linux i915 drm "fast" path code relies on being able to "disable" page
Mark Kettenis
2014-02-13
drm/i915: prefer VBT modes for SVDO-LVDS over EDID
Jonathan Gray
2014-02-13
drm/i915/sdvo: Use &intel_sdvo->ddc instead of intel_sdvo->i2c for DDC.
Jonathan Gray
2014-02-05
We have WARN_ONCE now.
Mark Kettenis
2014-02-05
Do proper error handling in the fault handler. Fixes spurious SIGSEGVs as
Mark Kettenis
2014-02-02
drm/i915: flush cursors harder
Jonathan Gray
2014-02-02
Add missing DRM_UNLOCK() in error path.
Mark Kettenis
2014-02-02
drm/i915: Make data/link N value power of two
Jonathan Gray
2014-02-02
drm/i915/dp: increase i2c-over-aux retry interval on AUX DEFER
Jonathan Gray
2014-02-01
drm/i915: Invalidate TLBs for the rings after a reset
Jonathan Gray
2014-01-30
Get rid of the simple locks; they're lies. Also get rid of the holding
Mark Kettenis
2014-01-24
drm/i915: Only apply DPMS to the encoder if enabled
Jonathan Gray
2014-01-24
drm/i915: Move num_pipes to intel info
Jonathan Gray
2014-01-24
drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlight
Jonathan Gray
2014-01-24
drm/i915: ivb: fix edp voltage swing reg val
Jonathan Gray
2014-01-24
drm/i915: fix up ring cleanup for the i830/i845 CS tlb w/a
Jonathan Gray
2014-01-24
add some HAS_DDI() conversions that were missed in the earlier commit
Jonathan Gray
2014-01-24
drm/i915: add more VLV IDs
Jonathan Gray
2014-01-23
drm/i915: don't intel_crt_init on any ULT machines
Jonathan Gray
2014-01-23
drm/i915: add HAS_DDI check
Jonathan Gray
2014-01-23
drm/i915: Preserve the DDI_A_4_LANES bit from the bios
Jonathan Gray
2014-01-23
drm/i915: don't setup hdmi for port D edp in ddi_init
Jonathan Gray
2014-01-23
drm/i915: rename sdvox_reg to hdmi_reg on HDMI context
Jonathan Gray
2014-01-23
drm/i915: Revert hdmi HDP pin checks
Jonathan Gray
2014-01-22
drm/i915: No LVDS hardware on Intel D410PT and D425KT
Jonathan Gray
2014-01-22
drm/i915: quirk away phantom LVDS on Intel's D525MW mainboard
Jonathan Gray
2014-01-22
drm/i915: quirk away phantom LVDS on Intel's D510MO mainboard
Jonathan Gray
2014-01-22
Provide inline dummy implementations of drm_sysfs_connector_add() and
Mark Kettenis
2014-01-22
bring inteldrm back up after resume using DVACT_WAKEUP (non-cold, able
Theo de Raadt
2014-01-22
Use DIV_ROUND_UP instead of howmany to reduce the diffs with Linux.
Mark Kettenis
2014-01-21
Use Linux compat functions to do kernel memory allocations in the bits of code
Mark Kettenis
2014-01-21
Use PTR_ERR where appropriate instead of a plain cast.
Mark Kettenis
2014-01-21
oops, missed one
Mark Kettenis
2014-01-21
Change a couple of #if 0 into #ifdef __linx__ or #ifdef notyet.
Mark Kettenis
2014-01-21
Use ARRAY_SIZE() instead of nitems() to reduce diffs with Linux.
Mark Kettenis
2013-12-21
i915_gem_mmap_ioctl() should return a Linux-style negative errno value.
Mark Kettenis
2013-12-21
Fix locking in the page fault handler. A (somewhat malicious) userland
Mark Kettenis
2013-12-15
Overhaul the pread and pwrite code to match what Linux does. Should fix a few
Mark Kettenis
2013-12-15
Abuse phys_map to reliably wait for kva.
Mark Kettenis
2013-12-11
Make obj->pages a simple array instead of an array of bus_dma_segment_t's.
Mark Kettenis
2013-12-09
Bring i915_gem_mmap_ioctl a bit closer to the Linux code.
Mark Kettenis
2013-12-07
Emulating wait_event_timeout() using msleep() is hard. This version should
Mark Kettenis
2013-12-07
No need to blow away the cache after updating GTT entries. The driver already
Mark Kettenis
2013-12-07
Now that we properly flush caches, we can enable cpu relocations.
Mark Kettenis
2013-12-07
Enable fast path for relocations.
Mark Kettenis
2013-12-06
Change a WARN_ON into a BUG_ON to match Linux.
Mark Kettenis
2013-12-06
It seems to be possible to truncate an object while it is still mapped.
Mark Kettenis
[next]