index
:
~abj/xf86-video-intel
master
rs
xf86-video-intel experimentsxf86-video-intel experimentsxf86-video-intel experimentsxf86-video-intel experimentsxf86-video-intel experiments
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drmmode_display.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-01
Rename drmmode_display to intel_display
Chris Wilson
1
-1565
/
+0
2010-07-28
drmmode: Only treat a backlight as connected if it has a non-zero max
Chris Wilson
1
-5
/
+7
2010-07-13
Remove the duplicate drmmode prototypes.
Chris Wilson
1
-15
/
+14
2010-07-13
modes: There may be more than one crtc and output... DESTROY THEM ALL!
Chris Wilson
1
-26
/
+54
2010-07-09
drmmode: Destroy the output on shutdown
Chris Wilson
1
-1
/
+8
2010-07-09
drmmode: Destroy Crtc on screen shutdown
Chris Wilson
1
-1
/
+10
2010-07-05
Add mbp_backlight support.
Evan McClain
1
-0
/
+1
2010-07-01
drmmode: Add missing newlines at the end of log messages.
Chris Wilson
1
-2
/
+2
2010-07-01
drmmode: Use a copy of the converted mode on resize
Chris Wilson
1
-45
/
+61
2010-06-25
Rename common infrastructure to the intel namespace.
Chris Wilson
1
-13
/
+14
2010-06-15
drmmode: Use the tiled stride for the rotated pixmap.
Chris Wilson
1
-7
/
+10
2010-06-07
Allocate rotate shadow buffers using the usual framebuffer allocator.
Eric Anholt
1
-10
/
+5
2010-06-07
Allocate a correctly sized framebuffer when tiling by using libdrm's support.
Eric Anholt
1
-12
/
+10
2010-06-06
Use libc instead of deprecated libc wrappers for malloc/calloc/free.
Eric Anholt
1
-10
/
+10
2010-05-14
drm: Remove pin(); unpin() sync
Chris Wilson
1
-3
/
+0
2010-05-14
drm: Remove unused old_front parameter from drmmode_do_pageflip.
Chris Wilson
1
-4
/
+1
2010-05-14
drm: don't overwrite the old intel->front_buffer
Chris Wilson
1
-2
/
+3
2010-05-11
drmmode: Reorder i830_set_pixmap_bo() so that the correct stride is used.
Chris Wilson
1
-3
/
+1
2010-05-10
i830: Minor cleanup
Chris Wilson
1
-3
/
+5
2010-04-10
Review i830_pad_drawable_width()
Chris Wilson
1
-9
/
+9
2010-03-22
Clear drmmode_output->mode_output in drmmode_output_destroy().
Matthias Hopf
1
-0
/
+1
2010-03-22
Initialize flip_count before using it
Li Peng
1
-0
/
+1
2010-03-08
Put back the pitch alignment for new framebuffers.
Eric Anholt
1
-0
/
+1
2010-03-06
Fix build against xserver 1.6 branch.
Robert Hooker
1
-0
/
+4
2010-03-04
Remove remaining fbOffset setting.
Eric Anholt
1
-1
/
+0
2010-03-04
Init CRTC cursors with CRTC setup instead of i830_memory.
Eric Anholt
1
-8
/
+16
2010-03-04
i830_memory: switch frontbuffer to drm_intel_bo
Daniel Vetter
1
-7
/
+7
2010-03-04
i830_memory: rip out field "offset"
Daniel Vetter
1
-1
/
+0
2010-02-26
Remove dead code: fill_detailed_lvds_block
Carl Worth
1
-23
/
+0
2010-02-26
kms: Fix LVDS mode list construction.
Adam Jackson
1
-99
/
+41
2010-02-20
Remove dead assignments noticed by clang.
Eric Anholt
1
-4
/
+1
2010-02-10
Disable bo reuse on shadow framebuffer
Jesse Barnes
1
-0
/
+2
2010-01-13
DRI2: support new DRI2 APIs
Jesse Barnes
1
-1
/
+134
2010-01-08
Consolidate determining maximum sizes for use with GEM
Chris Wilson
1
-2
/
+1
2009-11-30
uxa: Limit maximum size of tiled objects
Chris Wilson
1
-0
/
+1
2009-10-13
Return failure when the enum-type output property values are not found
Zhao Yakui
1
-0
/
+1
2009-10-13
Drop frontbuffer from crtc in I830CloseScreen
Albert Damen
1
-0
/
+15
2009-10-13
drmmode: with 1.7 server, set mode major doesn't get gamma setup.
Dave Airlie
1
-0
/
+5
2009-10-08
Rename the xf86 screen private from pScrn to scrn.
Eric Anholt
1
-29
/
+29
2009-10-08
Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.
Eric Anholt
1
-18
/
+18
2009-10-05
Implement drmmode overlay
Daniel Vetter
1
-0
/
+9
2009-09-22
Add new backlight driver "samsung".
Matthias Hopf
1
-0
/
+1
2009-09-17
Make sure DRM output properties are freed after we're done with them.
Keith Packard
1
-1
/
+5
2009-09-03
Don't set backlight level if going on->on.
Matthias Hopf
1
-1
/
+2
2009-09-03
Use "Backlight" as backlight brightness property.
Matthias Hopf
1
-7
/
+22
2009-09-03
Add get_property support.
Matthias Hopf
1
-4
/
+32
2009-09-03
Don't ignore backlight level change to the same level.
Matthias Hopf
1
-3
/
+2
2009-08-25
KMS: allocate one bo per crtc for cursor
Keith Packard
1
-6
/
+10
2009-08-25
Reload cursors as needed when setting new modes.
Keith Packard
1
-0
/
+2
2009-08-20
kms: Don't use fb offset when using shadow buffer
Kristian Høgsberg
1
-1
/
+4
[next]