summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-02-23Run common vga attachment code after drm attached instead of before.Mark Kettenis
2013-02-23Don't use the accelerated framebuffer operations in the suspend resume path.Mark Kettenis
2013-02-23Framebuffer acceleration routines. Disabled for now.Mark Kettenis
2013-02-23setup hotplug workqsJonathan Gray
2013-02-23Don't clear wsdisplay_console_initted since we just want to override theMark Kettenis
2013-02-23Don't set cn_tab if we're just overriding the console attachment.Mark Kettenis
2013-02-23Eliminate request_lock. Linux doesn't have it and the kernel lock should beMark Kettenis
2013-02-23unstub intel_render_ring_init_dri, not currently calledJonathan Gray
2013-02-23add i915_kernel_lost_context for ums (replaces inteldrm_update_ring).Jonathan Gray
2013-02-23don't call i915_gem_object_get_fence in i915_gem_process_flushingJonathan Gray
2013-02-22The libdrm_intel code is totally retarded and doesn't actually look at theMark Kettenis
2013-02-22Remove some bits of old interrupt code that are no longer useful.Mark Kettenis
2013-02-22Unstub cleanup_pipe_control().Mark Kettenis
2013-02-22Don't forget to increase the fence pin count.Mark Kettenis
2013-02-22add some missing chipset flush callsJonathan Gray
2013-02-22remove list lock removed by linux back in 2010Jonathan Gray
2013-02-22init rps.hw_lockJonathan Gray
2013-02-22init rps.lockJonathan Gray
2013-02-22remove now unused fence lockJonathan Gray
2013-02-22change i915 list_del calls to list_del_initJonathan Gray
2013-02-22init gpu_write_list in all the places the other ring lists are init'dJonathan Gray
2013-02-22detach phys object in i915_gem_free_objectJonathan Gray
2013-02-21use obj->fence_dirty instead of I915_FENCE_INVALIDJonathan Gray
2013-02-21use hw_prod/hw_vendor for smbios based quirks matchingJonathan Gray
2013-02-21init a few more object varsJonathan Gray
2013-02-21add some more debug functionsJonathan Gray
2013-02-20Bring handling of physical hardwarestatus page closer to the Linux code.Mark Kettenis
2013-02-20adjust for fence changesJonathan Gray
2013-02-20sync fence code with linuxJonathan Gray
2013-02-20fix a list_del_init that should be list_delJonathan Gray
2013-02-19move to per ring tracking of request seqnosJonathan Gray
2013-02-19only retire requests on the current ring for i915_wait_seqno as wellJonathan Gray
2013-02-19fix a wakeup, we don't use a per ring irq sleep yetJonathan Gray
2013-02-19only retire requests on the ring our object belongs to in the busy ioctlJonathan Gray
2013-02-19combine i915_gem_object_init and i915_gem_init_objectJonathan Gray
2013-02-18gen6+ can do 40 bit addressingJonathan Gray
2013-02-18better handle page flip sleep/wakeupJonathan Gray
2013-02-18unstub most of do_intel_finish_page_flipJonathan Gray
2013-02-17Use list_for_each_entry_safe() while evicting objects on the inactive list.Mark Kettenis
2013-02-17Don't unbind pages upon resume. Hopefully the BIOS preserves the contentsMark Kettenis
2013-02-17we have to clear bus errors on nak or gmbus won't workJonathan Gray
2013-02-17write the edid segment address and start address before the readJonathan Gray
2013-02-17add support for gmbus writesJonathan Gray
2013-02-17edid malloc allocations can be M_WAITOKJonathan Gray
2013-02-17setup a struct i2c_controller for each gmbus portJonathan Gray
2013-02-16update request->tail in i915_add_requestJonathan Gray
2013-02-16remove wrong implementation of *pin_fence functionsJonathan Gray
2013-02-16intel_connector_update_modes is not supposed to free the edid nowJonathan Gray
2013-02-16convert rps.hw_lock to an rwlockJonathan Gray
2013-02-16last_rendering_seqno -> last_read_seqnoJonathan Gray