summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/i915/i915_drv.h
AgeCommit message (Expand)Author
2016-04-05Use the "idr" API here as well, reducing the diffs to Linux.Mark Kettenis
2015-12-09Backport some commits from mainline linux to enable High Bit Rate 2Jonathan Gray
2015-11-01Bring in some commits from Rodrigo Vivi in linux to correctJonathan Gray
2015-10-29Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).Mark Kettenis
2015-10-17Fix the code that sets up the MCH BAR on systems where the (buggy) BIOSMark Kettenis
2015-09-28The Linux code that handles the DPMS mode for inteldrm(4) can sleep now.Mark Kettenis
2015-09-26Make the PPGTT code work. Seems to fix the caching issues on Broadwell.Mark Kettenis
2015-09-23Update inteldrm to the code from Linux 3.14.52 (which corresponds toMark Kettenis
2015-06-26Add Linux completion API and use it.Mark Kettenis
2015-06-24Linux jiffies and OpenBSD ticks are the same thing.Mark Kettenis
2015-06-24Introduce Linux work queue APIs and use them. As a side-effect, this willMark Kettenis
2015-06-04Switch intel_gmbus_is_port_valid and intel_gmbus_is_forced_bit fromJonathan Gray
2015-04-18define and use trace macrosJonathan Gray
2015-04-17Make drm ioctls table driven. Further reduces the diff to linux.Jonathan Gray
2015-04-11change back to spinlock_t/DEFINE_SPINLOCKJonathan Gray
2015-04-11Rename i915_gem_chipset_flush() to intel_gtt_chipset_flush()Jonathan Gray
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-02-12Rename the struct device member of inteldrm_softc to sc_dev and rename theMark Kettenis
2015-01-27remove the second void * argument on tasks.David Gwynne
2014-12-20Replace switch workq with taskq.Kenneth R Westerback
2014-11-06Add the required includes for the conditional parts ofJonathan Gray
2014-05-12Move GTT management for Sandy Bridge and up into inteldrm(4). This makesMark Kettenis
2014-03-25Remove and shuffle some includes to reduce their number since drmP.hMartin Pieuchot
2014-02-19drm/i915: fix missed hunk after GT access breakageJonathan Gray
2014-02-19drm/i915: fix up gt init sequence falloutJonathan 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-23drm/i915: add HAS_DDI checkJonathan Gray
2013-12-11Make obj->pages a simple array instead of an array of bus_dma_segment_t's.Mark Kettenis
2013-12-05Rename 'struct drm_obj' to 'struct drm_gem_object' to reduce the diffs withMark Kettenis
2013-12-03Remove some unused cruft.Mark Kettenis
2013-12-01Remove some prototypes for functions that no longer exist.Mark Kettenis
2013-12-01Bring back the DRM_IOCTL_I915_GEM_WAIT diff now that I've figured out whatMark Kettenis
2013-11-30Oops! Only intended to commit the i915_dma.c changes in the previous commit.Mark Kettenis
2013-11-30Reorder some case statements to reduce the diffs with Linux.Mark Kettenis
2013-11-27Add 'struct drm_i915_gem_objects_ops' and use it; reduces diffs with Linux.Mark Kettenis
2013-11-20switch to the drm_mm based gtt eviction code from linux 3.8.13Jonathan Gray
2013-11-19Move the GTT management into the inteldrm driver. It is really obvious nowMark Kettenis
2013-11-19backout the DRM_IOCTL_I915_GEM_WAIT commitJonathan Gray
2013-11-17Remove some more dead code.Mark Kettenis
2013-11-17Implement DRM_IOCTL_I915_GEM_WAIT. Based on an earlier diff from jsg@Mark Kettenis
2013-11-16Remove some dead code.Mark Kettenis
2013-10-29Move most of the uses of workqs in drm to the new task/taskq api.Jonathan Gray
2013-10-05add and use gtt mapping flags, further reduces the diff to linuxJonathan Gray
2013-09-30move the read/write functions and macros closer to linuxJonathan Gray
2013-09-18sync the execbuffer relocation code with linux 3.8.13Jonathan Gray
2013-08-13add static back to functions that originally had itJonathan Gray
2013-08-07Another major overhaul of the inteldrm(4) GEM code, bringing us considerablyMark Kettenis
2013-08-07add support for hardware contexts on recent intel hardwareJonathan Gray