summaryrefslogtreecommitdiff
path: root/i915.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-16minigbm: use drv_array for combinations and kms_itemsGurchetan Singh1-10/+10
2017-11-16minigbm: make drv_add_combinations return nothingGurchetan Singh1-31/+17
2017-11-16minigbm: use struct vma for (*bo_map)/(*bo_unmap) callbacksGurchetan Singh1-3/+5
2017-11-08minigbm: refactor and rename mapping structGurchetan Singh1-7/+7
2017-11-08minigbm: re-const-ify driver backendsGurchetan Singh1-1/+1
2017-10-31minigbm: remove cirrus driverGurchetan Singh1-3/+3
2017-10-26minigbm/i915: Implement bo_create_with_modifiersKristian H. Kristensen1-8/+41
2017-10-26minigbm: Use more descriptive modifier namesKristian H. Kristensen1-2/+2
2017-10-19minigbm: i915: add XR30 and XB30 formats.Daniele Castagna1-2/+3
2017-10-18minigbm: i915: call DRM_IOCTL_I915_GEM_SET_DOMAIN when invalidatingGurchetan Singh1-12/+25
2017-10-06Revert "minigbm: align multi-planar formats to 16"Daniel Charles1-6/+0
2017-10-02minigbm: pass in map flags to (*bo_map) callbackGurchetan Singh1-2/+3
2017-10-02minigbm: standardize naming of buffer creation flagsGurchetan Singh1-26/+26
2017-09-29minigbm: pass in buffer creation flags of the right sizeGurchetan Singh1-1/+1
2017-09-27minigbm: i915: use I915_MMAP_WC in certain casesGurchetan Singh1-0/+3
2017-09-27minigbm: add (*bo_flush) implementationsGurchetan Singh1-3/+4
2017-09-21Avoid freeing then accessing driver backend format and usage combinationsEge Mihmanli1-2/+2
2017-09-15minigbm: move tegra_bo_import to be above tegra_bo_map, and run clang-formatGurchetan Singh1-1/+1
2017-08-30minigbm: align multi-planar formats to 16Alexandre Courbot1-0/+6
2017-08-05minigbm: add the BO_USE_RENDERSCRIPT flag back inGurchetan Singh1-0/+2
2017-08-03minigbm: i915: Add necessary padding to Android YV12 buffersTomasz Figa1-5/+25
2017-08-03minigbm: i915: Align chroma planes of planar formats properlyTomasz Figa1-7/+15
2017-07-24minigbm: i965: Add 64-byte padding at the end of linear buffersTomasz Figa1-0/+10
2017-07-13minigbm: Remove _HW_ from BO_USE_HW_CAMERA_* usage flagsTomasz Figa1-4/+4
2017-07-11Plumb buffer map permissions through gbm.Joe Kniss1-4/+2
2017-07-11minigbm: i915: Add support for buffers required by new camera subsystemTomasz Figa1-0/+16
2017-07-11minigbm: i915: Determine tiling based on the combinationsTomasz Figa1-8/+5
2017-07-10minigbm: i915: Fix handling of format modifiersTomasz Figa1-10/+17
2017-07-10minigbm: Resolve format based on BO usage flagsTomasz Figa1-1/+1
2017-07-07call drv_gem_bo_destroy from i915_bo_importJoe Kniss1-0/+1
2017-06-22minigbm: i915: add NV12 for EGLImage.Dongseong Hwang1-2/+3
2017-06-22minigbm: Ensure DRM_FORMAT_YVU420_ANDROID meets Android requirements.Owen Lin1-7/+15
2017-06-15minigbm: i915: pass the right size to drv_add_combinations().Dongseong Hwang1-1/+2
2017-05-23minigbm: remove BO_USE_RENDERING from certain formatsGurchetan Singh1-19/+44
2017-05-01minigbm: i915: use explicit cache flush to maintain coherencyGurchetan Singh1-16/+34
2017-05-01minigbm: i915: use DRM_IOCTL_I915_GEM_MMAP when neededGurchetan Singh1-8/+90
2017-05-01Revert "minigbm: i915: libdrm-ize backend"Gurchetan Singh1-158/+51
2017-03-31minigbm: fix long lines missed by clang-formatGurchetan Singh1-2/+1
2017-03-31minigbm: add clang-format and presubmit hooksGurchetan Singh1-52/+37
2017-03-30minigbm: work with strides, not widthsGurchetan Singh1-35/+31
2017-03-20minigbm: i915: align YV12 to HW requirementsGurchetan Singh1-0/+10
2017-03-20minigbm: add DRM_FORMAT_YVU420_ANDROIDGurchetan Singh1-2/+3
2017-03-16minigbm: rework flag APIGurchetan Singh1-41/+103
2017-01-20minigbm: support YV12 with frequent software accessGurchetan Singh1-1/+3
2017-01-13minigbm: i915: libdrm-ize backendGurchetan Singh1-64/+165
2017-01-13minigbm: i915: group helper functionsGurchetan Singh1-35/+35
2017-01-13minigbm: add bo import callbackGurchetan Singh1-0/+1
2016-12-17minigbm: Remove (c) from copyright notice.Daniele Castagna1-1/+1
2016-12-07minigbm: rename DRV_BO_USE_* to BO_USE_*Gurchetan Singh1-21/+21
2016-12-01minigbm: Fix cursor and scanout flagsGurchetan Singh1-41/+42