index
:
xorg/driver/xf86-video-armsoc
master
Generic DDX driver with DRI2 support for ARM SoCs which expose a DRM/KMS interface (mirrored from https://gitlab.freedesktop.org/xorg/driver/xf86-video-armsoc)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-15
Clarify assumptions on window front buffer pixmaps
Raymond Smith
1
-3
/
+2
2014-04-07
Removed 24 bit visual - we use 32 bit visuals for RGB888.
Dave Barnish
4
-28
/
+43
2014-03-25
Fallback to 24 bit depth if 32 bit depth is not supported.
Dave Barnish
1
-3
/
+22
2014-02-14
Added HWCURSOR_API_NONE to the platform specific hwcursor api.
Dave Barnish
2
-11
/
+23
2014-02-12
Report damage for drawable in ARMSOCDRI2ScheduleSwap
Dave Barnish
1
-0
/
+9
2014-01-31
Fix malloc/calloc/free usage
Daniel Kurtz
6
-26
/
+25
2014-01-31
Fix leak in OMAPProbe if xf86AllocateScreen() fails
Daniel Kurtz
1
-2
/
+6
2014-01-29
Only modify pending_flips for flips
Mathias Palmqvist
1
-2
/
+3
2014-01-02
Fix unsafe pointer-to-int casting
Ray Smith
3
-11
/
+12
2013-11-29
Chipset is now reported as 'Mali'.
Dave Barnish
1
-24
/
+5
2013-11-21
Fix leaks in ARMSOCCloseScreen
Dave Barnish
1
-2
/
+13
2013-11-14
For Exynos, always request non-contiguous buffers.
Dave Barnish
2
-12
/
+21
2013-11-05
Use EXYNOS_GEM_CREATE when allocating buffers
Dave Barnish
1
-27
/
+26
2013-10-31
Use flag settings for a non-scanout buffer in all cases for exynos drm.
Dave Barnish
1
-1
/
+7
2013-10-10
Change custom GEM creation flags for pl111.
Javier Martin
1
-4
/
+19
2013-10-03
In drmmode_output_init() check possible_crtcs for all encoders
Dave Barnish
1
-64
/
+137
2013-09-26
Ensure the change of window flippablity before the first ScheduleSwap is alwa...
Liyou Zhou
1
-5
/
+3
2013-09-25
Removed unnecessary call to drmModeGetCrtc() in drmmode_crtc_init()
Dave Barnish
1
-14
/
+13
2013-09-16
Remove ARGB to LBBP format conversion for pl111.
Javier Martin
5
-150
/
+42
2013-09-13
On drmModeSetCrtc() fail, revert to last good settings
Dave Barnish
2
-66
/
+91
2013-09-12
Add support for standard HW cursor API.
Javier Martin
5
-36
/
+163
2013-09-11
Add InitFromFBDev xorg.conf option
David Garbett
1
-0
/
+157
2013-09-03
Separate modeset fallbacks are retained for each crtc
Dave Barnish
3
-49
/
+53
2013-09-02
Fix build failure when XF86_SCRN_INTERFACE defined
Dave Barnish
1
-1
/
+1
2013-08-30
Use xf86ScreenToScrn and xf86ScrnToScreen
Daniel Kurtz
6
-22
/
+24
2013-08-30
Call DRI2CloseScreen after pScreen->CloseScreen
Daniel Kurtz
1
-5
/
+8
2013-08-30
Explicitly set .resize member of xf86CrtcConfigFuncsRec
Daniel Kurtz
1
-1
/
+1
2013-08-30
Check result from fstat
David Garbett
1
-6
/
+7
2013-08-30
NameForAtom may return NULL
Daniel Kurtz
1
-0
/
+2
2013-08-23
A modeset that results in an unexpected resolution is reverted
Dave Barnish
1
-21
/
+96
2013-08-22
Provide a new hook to allocate GEM objects in a device specific way.
Javier Martin
7
-53
/
+152
2013-08-20
Use correct flags for scanout buffers in exynos.
Javier Martin
1
-1
/
+1
2013-08-15
Use plane property for setting Exynos zpos
Ray Smith
1
-4
/
+37
2013-08-12
Added a platform specific flag for vsync timestamp query support.
Dave Barnish
6
-25
/
+35
2013-07-23
Fallback to blitting when out of scanout memory
Ray Smith
4
-14
/
+60
2013-07-09
DRI2 N-Buffering
David Garbett
3
-29
/
+210
2013-07-09
Cache GEM name in omap_bo
David Garbett
1
-9
/
+22
2013-07-09
Remove spurious semi-colon
David Garbett
1
-1
/
+1
2013-07-03
Remove ARMSOCRec.has_resized
Ray Smith
3
-18
/
+29
2013-06-27
Move wakeup handler to per-fd not per-Screen
Ray Smith
3
-14
/
+21
2013-06-26
Fix dropped const compiler warnings
Ray Smith
1
-4
/
+6
2013-06-26
Fix build failure when XF86_SCRN_INTERFACE is defined
Dave Barnish
1
-11
/
+14
2013-06-24
Added DRM device selection options to xorg.conf
Dave Barnish
2
-15
/
+198
2013-06-11
Source conforms to linux kernel coding style
Dave Barnish
14
-687
/
+799
2013-06-10
Fixed some small defects
Dave Barnish
6
-25
/
+15
2013-06-10
Removed some unneeded #includes
Dave Barnish
3
-61
/
+6
2013-06-10
Abstract cursor format handling
Dave Barnish
11
-235
/
+235
2013-06-07
Fix one CRTC per Screen support
Ray Smith
1
-2
/
+9
2013-05-31
Reload hardware cursor after mode setting if it is initialized.
Dave Barnish
1
-4
/
+4
2013-05-28
Removed obsolete TODO comment
Dave Barnish
1
-4
/
+0
[next]