Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-05 | modesetting-101: Make the interface variable names a little more consistent ↵ | Maarten Maathuis | |
+ modeprint changes. - All things are now called _id when they are id's. - modeprint now accepts driver name as first argument. | |||
2008-07-03 | Forgot to fix the modeprint test. | Maarten Maathuis | |
2008-07-03 | tests: Fix faulty error messages in modeprint | Jakob Bornecrantz | |
2008-07-02 | tests: modeprint s/fb/fd/ | Jakob Bornecrantz | |
2008-07-02 | tests: Updated modeprint | Jakob Bornecrantz | |
2008-07-02 | tests: Improved and renamed the mode app to modeprint | Jakob Bornecrantz | |
2008-06-02 | drm: add functions to get/set gamma ramps | Dave Airlie | |
2008-06-02 | drm: fixup some interfaces so test code works again | Dave Airlie | |
2008-05-30 | modesetting: drop crtcs/clones from the connectors | Dave Airlie | |
2008-05-30 | modesetting: the great renaming. | Dave Airlie | |
Okay we have crtc, encoder and connectors. No more outputs exposed beyond driver internals I've broken intel tv connector stuff. Really for TV we should have one TV connector, with a sub property for the type of signal been driven over it | |||
2008-05-30 | tests: add basic encoder reading to test | Dave Airlie | |
2008-05-09 | Fix build problems | Alan Hourihane | |
2008-05-09 | Fix test applications for recent DRM changes | Alan Hourihane | |
2008-03-12 | Add sample code to test hotplug events | Alan Hourihane | |
2008-03-05 | Add property info. | Alan Hourihane | |
fix bo handle | |||
2008-02-29 | drm: change fb api to take a bo handle not the bo pointer. | Dave Airlie | |
2008-02-20 | minor test fixes | Alan Hourihane | |
2008-02-13 | Revert "After the previous revert fix libdrm to start at minor 1" | Dave Airlie | |
This reverts commit f51dc37d75b0b1b8e5636f8f2c201e29986517ea. Conflicts: tests/modedemo/demo.c | |||
2008-02-07 | Added you can now clone displays in modedemo | Jakob Bornecrantz | |
2008-02-07 | After the previous revert fix libdrm to start at minor 1 | Alan Hourihane | |
and fixup the demos | |||
2008-02-07 | Wrong open call | Jakob Bornecrantz | |
2008-02-07 | Added userspace part of hotplug ioctl and demo | Jakob Bornecrantz | |
2008-02-07 | Small update to modedemo | Jakob Bornecrantz | |
2008-02-05 | update app to cycle through 4 fbdev's | Alan Hourihane | |
2008-02-05 | tweak it | Alan Hourihane | |
2008-02-05 | make modefb/modedemo match each others test output. | Alan Hourihane | |
2008-02-04 | Modedemo now uses two crtc and output pairs | Jakob Bornecrantz | |
2008-01-30 | ModeFB demo now display cursor | Jakob Bornecrantz | |
2008-01-28 | Added cursor support | Jakob Bornecrantz | |
2008-01-11 | Panning now works without modeset | Jakob Bornecrantz | |
2008-01-11 | Updated the modedemo test | Jakob Bornecrantz | |
2008-01-11 | Added fixed misc framebuffer problems | Jakob Bornecrantz | |
2008-01-10 | Updated test mode and added modedemo | Jakob Bornecrantz | |
2008-01-09 | add internals for opening a control node | Dave Airlie | |
2007-12-18 | remove output names | Dave Airlie | |
2007-12-11 | modesetting: fixup property setting and add connector property | Dave Airlie | |
2007-12-11 | modesetting: add dpms property and initial settable property ioctl | Dave Airlie | |
2007-12-06 | add property blobs and edid reporting support | Dave Airlie | |
2007-12-05 | arrgggh.. make all ioctl structs 32/64-bit compatible hopefully. | Dave Airlie | |
This also starts to add blob property support. someone needs to check this work for other things like ppc/x86 alignment diffs | |||
2007-12-03 | finish of mode add/remove, just have attach/detach modes | Dave Airlie | |
2007-12-03 | modesetting API change for removing mode ids and making modes per output. | Dave Airlie | |
so really want to get a list of modes per output not the global hammer list. also we remove the mode ids and let the user pass back the full mode description need to fix up add/remove mode for user modes now | |||
2007-11-27 | drm/modesetting: add initial gettable properites code. | Dave Airlie | |
This allow the user to retrieve a list of properties for an output. Properties can either be 32-bit values or an enum with an associated name. Range properties are to be supported. This API is probably not all correct, I may make properties part of the general resource get when I think about it some more. So basically you can create properties and attached them to whatever outputs you want, so it should be possible to create some generics and just attach them to every output. | |||
2007-11-15 | tests: update for new drm interface | Dave Airlie | |
2007-11-15 | Merge branch 'master' into modesetting-101 | Dave Airlie | |
Conflicts: shared-core/i915_dma.c tests/ttmtest/src/ttmtest.c | |||
2007-11-13 | Fix ttmtest. | Thomas Hellstrom | |
2007-10-28 | Merge branch 'radeon-ttm' of git://people.freedesktop.org/~airlied/drm into ↵ | Jerome Glisse | |
modesetting-101 Conflicts: linux-core/Makefile.kernel linux-core/drmP.h shared-core/radeon_cp.c shared-core/radeon_drv.h shared-core/radeon_irq.c modified: linux-core/Makefile.kernel modified: linux-core/ati_pcigart.c modified: linux-core/drmP.h new file: linux-core/radeon_buffer.c modified: linux-core/radeon_drv.c new file: linux-core/radeon_fence.c modified: shared-core/radeon_cp.c modified: shared-core/radeon_drm.h modified: shared-core/radeon_drv.h modified: shared-core/radeon_irq.c modified: tests/ttmtest/src/ttmtest.c | |||
2007-10-23 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into ↵ | Alan Hourihane | |
modesetting-101 | |||
2007-10-17 | Bug #12838: Fix lock test client vs. server master race and misplaced closes. | Robert Noland | |
2007-10-17 | Fix a race in the auth test where client prevents server from being master. | Robert Noland | |
2007-09-24 | Merge branch 'master' into modesetting-101 - TTM & typedef removal | Jesse Barnes | |
Conflicts: linux-core/drmP.h linux-core/drm_bo.c linux-core/drm_drv.c linux-core/drm_objects.h shared-core/drm.h shared-core/i915_dma.c shared-core/i915_drv.h shared-core/i915_irq.c Mostly removing typedefs that snuck into the modesetting code and updating to the latest TTM APIs. As of today, the i915 driver builds, but there are likely to be problems, so debugging and bugfixes will come next. |