summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-07-19src: Xv: do not deallocate buffers if off-CRTCRussell King
2018-07-19src: Xv: fix primary plane disable for rotated displaysRussell King
2018-07-13src: use box_init(), box_width() and box_height()Russell King
2018-07-13src: move connector handling to separate fileRussell King
2018-07-13src: simplify common_drm_conn_set_property()Russell King
2018-07-13src: clean up connector properties when destroyingRussell King
2018-07-13src: scan properties in common_drm_conn_init()Russell King
2018-07-13src: store crtc id instead of entire drmModeCrtc structureRussell King
2018-07-13src: ensure we free EDID blobRussell King
2018-07-13src: lookup and store the EDID connector propertyRussell King
2018-07-13src: lookup and store the DPMS connector propertyRussell King
2018-07-13src: avoid NULL pointer dereference when setting output propertiesRussell King
2018-07-13src: bump minimum libdrm to 2.4.47 and use drmSetClientCap()Russell King
2018-07-13src: improve robustness converting from kernel enumsRussell King
2018-06-27src: implement support for drmModeSetCursor2()Russell King
2018-06-27src: read default depth from KMS driverRussell King
2018-06-27src: move bpp, depth, rgb weight and visual init into common_drm.cRussell King
2018-06-27src: move armada_get_cap() to common_drm.cRussell King
2017-02-28src: Xv: add colorimetry configurationRussell King
2017-02-28src: Xv: free GPU port privates in success path as wellRussell King
2017-02-25src: Xv: add support for disabling the primary planeRussell King
2017-02-25src: Xv: get planes from common_drm_planesRussell King
2017-02-25src: Xv: simplify plane disable in armada_drm_check_plane()Russell King
2017-02-25src: Xv: cleanup armada_drm_check_plane()Russell King
2017-02-25src: Xv: rename some struct membersRussell King
2017-02-25src: Xv: pass desired plane into armada_drm_XvInitPlane()Russell King
2017-02-25src: Xv: store number of planesRussell King
2017-02-25src: Xv: move plane gathering to separate functionRussell King
2017-02-25src: Xv: use xf86XVFillKeyHelperDrawable()Russell King
2017-02-25src: Xv: always repaint colorkey on ReputImageRussell King
2017-02-25src: Xv: pull out property initialisationRussell King
2017-02-25src: Xv: no need to store the full propertyRussell King
2017-02-25src: Xv: combine property dataRussell King
2017-02-25src: add universal plane supportRussell King
2017-02-04move armada_fourcc.h to common/Russell King
2017-02-04armada: Use NotifyFd for drm fdChristian Gmeiner
2016-01-28src: dri2: fix MSC handling when a pixmap is moved between CRTCsRussell King
2016-01-28src: dri2: move GetMSC() undisplayed drawable to common_drm_get_msc()Russell King
2016-01-28src: dri2: pass drawable to MSC functionsRussell King
2016-01-28src: dri2: fix MSC handlingRussell King
2015-12-27src: add missing sys/stat.h importDennis Gilmore
2015-12-02src: fix GPU driver selectionRussell King
2015-11-08src: ensure pixmaps are aligned to the GPU accelerator requirementsRussell King
2015-11-08src: add support for Xorg platform bus and non-root serversRussell King
2015-11-08src: record and use last seen msc/ust, quieten common_drm_vblank_get()Russell King
2015-11-08src: common_drm_covering_crtc() returns NULL if !vtSemaRussell King
2015-10-26src: initial present extension supportRussell King
2015-10-26convert to 64-bit MSC valuesRussell King
2015-10-26src: prepare to convert to 64-bit mscRussell King
2015-10-26src: introduce common DRM event handlingRussell King