Age | Commit message (Collapse) | Author |
|
|
|
|
|
(Reported by Dave Airlie).
|
|
with it everything falls over
|
|
|
|
We need to keep a list of user created fbs to nuke on master exit.
We also need to use the bo properly.
|
|
|
|
|
|
|
|
(since that implies a validate).
Fix drm_bo_wait_unfenced error messages and codes.
Fix some return codes from libdrm.
|
|
|
|
allocation correctly, and use drm_mem_reg_iomap to map ring buffer object.
|
|
|
|
When the kernel driver is loaded it sets up a lot of stuff..
it tears down the same stuff on unload.
This add a new map type called DRM_DRIVER which means the driver will clean the mapping up
and fix up the map cleaner
|
|
|
|
|
|
stuff.
|
|
spin in the kernel for a whole second w/o it...
|
|
detection. Also fix up error case for when LVDS mode can't be determined. Leave placeholder code in place for BIOS mode probing and platform quirks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into origin/modesetting-101
|
|
want to use this function
This reverts commit e114b981bc291049fa6996d487334a408acc1ce2.
|
|
|
|
|
|
|
|
into origin/modesetting-101
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a user mapping.
|
|
code to be more general.
|
|
|
|
|
|
|
|
|
|
|
|
on demand, and unregister when we're done.
|
|
- allow drm_buffer_object_create to be called w/o dev_mapping
- fixup i915 init code to allocate memory, fb and set modes right
- pass fb to drm_initial_config for setup
- change some debug output to make it easier to spot
- fixup lvds code to use DDC probing correctly
|