summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/intel_display.c
AgeCommit message (Expand)Author
2013-03-07sync intel modesetting code with 3.8.2Jonathan Gray
2013-03-04change some msleeps to tsleeps where we aren't concerned with lockingJonathan Gray
2013-03-04move the page flip sleep/wakeup handling a bit closer to linuxJonathan Gray
2013-03-04sync vblank code with linuxJonathan Gray
2013-03-01error out instead of asserting on invalid tiling modeJonathan Gray
2013-02-28hook up the unpin taskJonathan Gray
2013-02-24some more M_NOWAIT -> M_WAITOKJonathan Gray
2013-02-20adjust for fence changesJonathan Gray
2013-02-20sync fence code with linuxJonathan Gray
2013-02-18better handle page flip sleep/wakeupJonathan Gray
2013-02-18unstub most of do_intel_finish_page_flipJonathan Gray
2013-02-16remove wrong implementation of *pin_fence functionsJonathan Gray
2013-02-15add and use i915_gem_alloc_objectJonathan Gray
2013-02-14unstub intel_finish_fbJonathan Gray
2013-02-11add and use WARN/BUG macros to reduce the diff to linuxJonathan Gray
2013-02-09sync the i915 modesetting code with linuxJonathan Gray
2013-02-08sync the device independent drm modesetting code with linuxJonathan Gray
2013-02-07Revert "sync i915_irq.c with linux"Jonathan Gray
2013-02-05sync i915_irq.c with linuxJonathan Gray
2013-02-05make the pch type macros take drm_device instead of inteldrm_softcJonathan Gray
2013-02-05re-disable some unpin code that otherwise panics on rebootJonathan Gray
2013-02-04enable some more stubbed code including setting flip callbacksJonathan Gray
2013-02-04move interruptible into the softc to match linuxJonathan Gray
2013-02-04move from render ring macros to functions that take a ring as an argJonathan Gray
2013-02-03Change I915_ACTIVE and I915_DIRTY flags into bitfields.Mark Kettenis
2013-02-02make the feature macros take drm_device instead of inteldrm_softcJonathan Gray
2013-01-31sync register definitions with linuxJonathan Gray
2013-01-30enable some stubbed ring codeJonathan Gray
2013-01-18Further reduce the difference with the Linux code.Mark Kettenis
2013-01-18Make some functions accept struct drm_i915_gem_object instead of struct drm_obj.Mark Kettenis
2013-01-18remove useless debug messageJonathan Gray
2013-01-18Rename struct inteldrm_obj into drm_i915_gem_object.Mark Kettenis
2013-01-17Initial stab at phys_obj support.Mark Kettenis
2013-01-16Fix framebuffer management.Mark Kettenis
2013-01-15unstub some more codeJonathan Gray
2013-01-15struct drm_i915_gem_object -> struct inteldrm_objJonathan Gray
2013-01-14add some missing delays, mostly from kettenisJonathan Gray
2013-01-10disable more code that assumes new ring styleJonathan Gray
2013-01-10convert callouts to timeoutsJonathan Gray
2013-01-10don't skip disabling vga this is critical to kms workingJonathan Gray
2013-01-10enable most of intel_crtc_cursor_set()Jonathan Gray
2013-01-10destaticJonathan Gray
2013-01-10unstub *update_planeJonathan Gray
2013-01-10partially unstub some pin/fence partsJonathan Gray
2013-01-10unstub intel_user_framebuffer_createJonathan Gray
2013-01-10unstub intel_get_pipe_from_crtc_id() ioctlJonathan Gray
2013-01-10fix compilation when DRMDEBUG is not definedJonathan Gray
2013-01-10add the rest of intel_display.cJonathan Gray
2013-01-10add the rest of intel_drv.hJonathan Gray
2013-01-10add the rest of the tv functionsJonathan Gray