summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
2014-04-11sync with libdrm 2.4.53Jonathan Gray
2014-04-07reduce the diff to linux for drm pci vid/pid testsJonathan Gray
2014-04-01Move some duplicated code implementing Linux compatibility APIs and stick itMark Kettenis
2014-03-30drm/radeon: disable pll sharing for DP on DCE4.1Jonathan Gray
2014-03-30drm/radeon: fix missing bo reservationJonathan Gray
2014-03-30drm/i915/dp: add native aux defer retry limitJonathan Gray
2014-03-30drm/i915/dp: increase native aux defer retry timeoutJonathan Gray
2014-03-30drm/i915: Prevent MI_DISPLAY_FLIP straddling two cachelines on IVBJonathan Gray
2014-03-30drm/i915: Add intel_ring_cachline_align()Jonathan Gray
2014-03-30correct the value of DRM_MAJOR for non i386 platformsJonathan Gray
2014-03-28Reduce uvm include madness. Use <uvm/uvm_extern.h> instead ofMartin Pieuchot
2014-03-26No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,Martin Pieuchot
2014-03-25Remove and shuffle some includes to reduce their number since drmP.hMartin Pieuchot
2014-03-24Another round of reducing diffs with the Linux codebase.Mark Kettenis
2014-03-17Use the ci_inatomic flag here as well to "disable" page faults and provideMark Kettenis
2014-03-17The AGP ioctl interface is gone; remove the header file as well.Mark Kettenis
2014-03-16drm/i915: Do not clobber config status after a forced restore of hw stateJonathan Gray
2014-03-13We no longer provide the dri1 agp interfaces, so remove the associated glueMark Kettenis
2014-03-13Block userland from entering drm code (and make sure it is no longer in there)Mark Kettenis
2014-03-09drm/radeon: set the full cache bit for fences on r7xx+Jonathan Gray
2014-03-09use linux style memory allocations in shared drm codeJonathan Gray
2014-03-09remove dri1 interfacesJonathan Gray
2014-02-25Some broken BIOSen don't assign an address to the ROM BAR. Fix this up, as weMark Kettenis
2014-02-24Reduce dmesg spam. Apologies to stsp@ for rejecting his larger diff thatMark Kettenis
2014-02-23Give drm(4) a console locator just like wsdisplay(4) such that we can makeMark Kettenis
2014-02-19drm/radeon: 0x9649 is SUMO2 not SUMOJonathan Gray
2014-02-19drm/i915: fix missed hunk after GT access breakageJonathan Gray
2014-02-19drm/i915: initialize gt_lock early with other spin locksJonathan Gray
2014-02-19drm/i915: fix up gt init sequence falloutJonathan Gray
2014-02-19drm/i915: fix long-standing SNB regression in power consumption after resume v2Jonathan Gray
2014-02-19Partially revert "drm/i915: unconditionally use mt forcewake on hsw/ivb"Jonathan Gray
2014-02-18drm/i915: VLV2 - Fix hotplug detect bitsJonathan Gray
2014-02-18drm/i915: Hold mutex across i915_gem_releaseJonathan Gray
2014-02-15drm/radeon/DCE4+: clear bios scratch dpms bit (v2)Jonathan Gray
2014-02-15drm/radeon: fix surface sync in fence on cayman (v2)Jonathan Gray
2014-02-15drm/radeon: disable ss on DP for DCE3.xJonathan Gray
2014-02-15drm/radeon: skip colorbuffer checking if COLOR_INFO.FORMAT is set to INVALIDJonathan Gray
2014-02-15radeon/pm: Guard access to rdev->pm.power_state arrayJonathan Gray
2014-02-15drm/radeon: warn users when hw_i2c is enabled (v2)Jonathan Gray
2014-02-15drm/mm: fix dump table BUGJonathan Gray
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-13Make sure we copy out the right amount of data in the various copyout() callsMark 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-10drm/ttm: Fix memory type compatibility checkJonathan Gray
2014-02-10drm/ttm: Fix ttm_bo_move_memcpyJonathan Gray
2014-02-10drm/ttm: Handle in-memory region copiesJonathan Gray