summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-29drm_gralloc: fix random crash with wildpointerandroid-wear-n-preview-2android-wear-7.1.1_r1android-n-preview-5android-n-iot-preview-2nougat-mr1-wear-releasen-iot-preview-2Mark Yao
two drm handle may use same bo, but there is no reference protect. if one of the drm handle release the bo, another handle's bo become a wildpointer, any read/write on the wildpointer will cause system unstable, crash. Change-Id: Ieaca522e3372dba82c48961499b9b657ca33cd15 Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
2015-06-05drm_gralloc: Add support for Rockchip DRMandroid-wear-n-preview-3android-wear-n-preview-1android-n-preview-4android-n-preview-3android-n-preview-2android-n-preview-1android-cts-6.0_r9android-cts-6.0_r8android-cts-6.0_r7android-cts-6.0_r6android-cts-6.0_r5android-cts-6.0_r4android-cts-6.0_r32android-cts-6.0_r31android-cts-6.0_r30android-cts-6.0_r3android-cts-6.0_r29android-cts-6.0_r28android-cts-6.0_r27android-cts-6.0_r26android-cts-6.0_r25android-cts-6.0_r24android-cts-6.0_r23android-cts-6.0_r22android-cts-6.0_r21android-cts-6.0_r20android-cts-6.0_r2android-cts-6.0_r19android-cts-6.0_r18android-cts-6.0_r17android-cts-6.0_r16android-cts-6.0_r15android-cts-6.0_r14android-cts-6.0_r13android-cts-6.0_r12android-cts-6.0_r1android-6.0.1_r9android-6.0.1_r81android-6.0.1_r80android-6.0.1_r8android-6.0.1_r79android-6.0.1_r78android-6.0.1_r77android-6.0.1_r74android-6.0.1_r73android-6.0.1_r72android-6.0.1_r70android-6.0.1_r7android-6.0.1_r69android-6.0.1_r68android-6.0.1_r67android-6.0.1_r66android-6.0.1_r65android-6.0.1_r63android-6.0.1_r62android-6.0.1_r61android-6.0.1_r60android-6.0.1_r59android-6.0.1_r58android-6.0.1_r57android-6.0.1_r56android-6.0.1_r55android-6.0.1_r54android-6.0.1_r53android-6.0.1_r52android-6.0.1_r51android-6.0.1_r50android-6.0.1_r5android-6.0.1_r49android-6.0.1_r48android-6.0.1_r47android-6.0.1_r46android-6.0.1_r45android-6.0.1_r43android-6.0.1_r42android-6.0.1_r41android-6.0.1_r40android-6.0.1_r4android-6.0.1_r33android-6.0.1_r32android-6.0.1_r31android-6.0.1_r30android-6.0.1_r3android-6.0.1_r28android-6.0.1_r27android-6.0.1_r26android-6.0.1_r25android-6.0.1_r24android-6.0.1_r22android-6.0.1_r21android-6.0.1_r20android-6.0.1_r18android-6.0.1_r17android-6.0.1_r16android-6.0.1_r13android-6.0.1_r12android-6.0.1_r11android-6.0.1_r10android-6.0.1_r1android-6.0.0_r7android-6.0.0_r6android-6.0.0_r5android-6.0.0_r41android-6.0.0_r4android-6.0.0_r3android-6.0.0_r26android-6.0.0_r25android-6.0.0_r24android-6.0.0_r23android-6.0.0_r2android-6.0.0_r13android-6.0.0_r12android-6.0.0_r11android-6.0.0_r1marshmallow-releasemarshmallow-mr3-releasemarshmallow-mr2-releasemarshmallow-mr1-releasemarshmallow-mr1-devmarshmallow-dr1.6-releasemarshmallow-dr1.5-releasemarshmallow-dr1.5-devmarshmallow-dr-releasemarshmallow-dr-dragon-releasemarshmallow-dr-devmarshmallow-devmarshmallow-cts-releaseTomasz Figa
This patch adds backend for libdrm_rockchip to support drm_gralloc on systems with Rockchip DRM. Change-Id: Iedcf1cb25cc2462681f0355f939018037171d207 Signed-off-by: Tomasz Figa <tfiga@google.com>
2015-05-30drm_gralloc: Use render nodeSean Paul
Change-Id: I9bbee113e884d0c512a855e85fa88db4e3789a1e Signed-off-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Tomasz Figa <tfiga@google.com>
2015-05-30drm_gralloc: Move gralloc.c and gralloc_drm.c to cppSean Paul
Change-Id: Id08a921c74fc431328ed92bb94bfeaa5764c3e5c Signed-off-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Tomasz Figa <tfiga@google.com>
2015-05-30drm_gralloc: Add drm_gralloc actions to gralloc_drm.hSean Paul
Change-Id: If640f6ad7c6b904df59b5c5e164f184f1fc97170 Signed-off-by: Sean Paul <seanpaul@chromium.org>
2015-05-30drm_gralloc: Remove kms functionalitySean Paul
All of the kms functionality in gralloc should be handled by hwcomposer. Change-Id: I164a0af4d03aa4777e494e401cd81e841d3bfa33 Signed-off-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Tomasz Figa <tfiga@google.com>
2015-05-30drm_gralloc: Remove NV12 formatSean Paul
Signed-off-by: Sean Paul <seanpaul@chromium.org>
2015-05-30drm_gralloc: Use external/libdrm for includesSean Paul
Change-Id: Ibb6c964ed720971bffb00d53bfbfb18a459ba2a0 Signed-off-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Tomasz Figa <tfiga@google.com>
2015-05-07Stop using stlport.Dan Albert
Bug: http://b/15193147 Change-Id: Ief83f68317e466db176f09ebc38f7d738fe02e1e (cherry picked from commit e3bfc6c7ecae6faeac3b0c02c53ef96c8a494998)
2015-01-20Merge branch 'lollipop-x86' of ↵Geoff Mendal
http://git.android-x86.org/platform/hardware/drm_gralloc Bug: 18959563
2015-01-20fix building issues of 64-bit targetsChih-Wei Huang
Just change the 'data' field of gralloc_drm_handle_t to be a pointer to struct gralloc_drm_bo_t. Fix some warnings as well.
2015-01-20enable multiarch buildsChih-Wei Huang
Convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH to support 64-bit targets.
2015-01-16Initial empty repositoryGeoff Mendal
2014-05-19radeon: fix tiling config for family older than 06xxpstglia
2013-09-25get rid of HAL pixelformats 5551 and 4444Chih-Wei Huang
2013-08-04radeon: update chipinfo and remove outdated headersChih-Wei Huang
Copied radeon.h (radeon_probe.h) and radeon_chipinfo_gen.h from master branch of http://cgit.freedesktop.org/xorg/driver/xf86-video-ati
2013-07-22r600g: fix building errors with the latest mesaChih-Wei Huang
2013-07-17gralloc_drm_intel: fix i915 issues: failed to exec batchChih-Wei Huang
Old i915 doesn't have I915_EXEC_BLT bit. Only set the bit if it's available.
2013-07-17allow to force graphics modeSomebody
This patch adds in a system property "debug.drm.mode.force", which works *similarly* to "debug.drm.mode". XRESxYRES[@REFRESHRATE].
2013-07-17TEMP HACK: make non-standalone surfaceflinger workChih-Wei Huang
2013-07-17change hal name to gralloc.drmChih-Wei Huang
2013-06-12Fix refcounting of mapped bo'sAndy Ross
Buffer objects created locally by gralloc_drm_bo_create() would have their refcount properly initialized to 1, but those received from other processes via the drv alloc function would be left at zero, so the delete check in gralloc_drm_bo_decref() would not destroy them as the refcount would wrap negative. The buffer would then leak forever until the mapping process (often surfaceflinger!) exitted. Issue: AXIA-2991 Change-Id: I1a0c73b21cfbc67b441970002fd71712112e1871 Signed-off-by: Andy Ross <andy.ross@windriver.com>
2013-05-21gralloc: map HAL format RGBX_8888 to drm format XBGR8888Tapani Pälli
currently we end up creating framebuffers with wrong format for RGBX users and set_plane with these would show wrong colors, one example is the menu screen of the glb27 application. Change-Id: Ifa051a4c5e9f39a6427ae2864ac06955cb48ad2b Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
2013-05-13gralloc: provide methods for hwc to change handle of a planeTapani Pälli
Patch changes reserve_plane to get id number as additional parameter. This can be used by hwc to make changes to a particular plane. New api hwc_set_plane_handle is introduced so that hwc can change the buffer handle of a plane, this is required because after plane has been reserved for a particular ui layer, this handle can change as the layer is typically multibuffered. Change-Id: I32d711ff3565ae9e8f5b8a6691c22b03a50cefe7 Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
2013-05-09Merge "gralloc: check possible crtcs of plane against primary output"Matthew K Gumbel
2013-05-09Merge "gralloc: Remove localized hw specific pixel format"Andrew P Boie
2013-05-07gralloc: check possible crtcs of plane against primary outputTapani Pälli
Current implementation supports planes only with primary output, patch adds a check to guard this. Change-Id: I537858122a4fe77a374031d11339eaaea27ad9bf Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
2013-05-03gralloc: cleanup, use ALIGN macroTapani Pälli
Change-Id: I029aafe5a99393a4c0f7ff87f422317621fada12 Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
2013-05-03add ilo to intel_driversChia-I Wu
It is a new Gallium-based driver for Intel GEN6+. Change-Id: I8a73b6f276d4cc3d38427c2725d63710512bff32 Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
2013-05-01gralloc: Remove localized hw specific pixel formatSean V Kelley
Reduces need to build with drm_gralloc headers elsewhere in tree. Returning to system/graphics.h approach. Change-Id: I26717cfe0a9a83ab263c26803e2849eb55560696 Depends-Change-Id: I405398b172fab19949fef33c89a60132b1bd0ea9 Signed-off-by: Sean V Kelley <sean.v.kelley@intel.com>
2013-04-15gralloc: plane supportTapani Pälli
patch introduces API between hwcomposer and gralloc, hwcomposer can reserve an overlay plane to be used by a particular layer in prepare hook, drmModeSetPlane for each plane gets called later when post() gets called by the eglSwapBuffers (from hwcomposer set), this can be later changed to use atomic modesetting code and drm properties to make one 'atomic flip' for graphics + planes. Change-Id: I3b7d179b285e43eb19fdc3b4c7ce093f3ba6aade Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
2013-04-11gralloc_drm: fix building errors with latest mesaChih-Wei Huang
Change-Id: Ifdf23b59542152c364d3ed010a4cc82bbf1a0103 Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
2013-03-01gralloc: use proper mode for hdmi outputTapani Pälli
Patch uses the best mode available on hdmi output and creates a private buffer that is used for pageflipping. Primary display content is copied to private buffer on each page flip. This patch removes current hack where same mode is assumed from hdmi output, this caused graphical artifacts with some tv's. Also some more debug output is added. Change-Id: Ic862a8374f46992f0ff92545da8a010f9684b934 Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
2013-03-01gralloc: change copy api and fix copy function for intelTapani Pälli
Patch extends current copy api, renames it blit and introduces src+dst coordinates to be able to implement partial blits and blits with offsets. Implementation must take care of hw specific restrictions with blits. Patch also fixes issues with the current intel_blit function. Current implementation does not select ring buffer and ends up queuing blit commands to the render ring. Patch starts to use drm_intel_bo_mrb_exec to be able to select blit ring and fixes the checks inside copy function. Change-Id: I05905e0b9c48fc2a55230212b676bfb8813a2b55 Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
2013-02-18move drm_module_t to a hal private headerTapani Pälli
this way it can be accessed by hwcomposer module, which will be required to implement jellybean mr1 hooks. Change-Id: I68872243c30aee2d0eb76f38fe54efdea4862a66 Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
2013-02-04Merge "gralloc_drm_bo_lock: add special usage for GRALLOC_USAGE_HW_TEXTURE"Andrew P Boie
2013-01-21gralloc: set supported planes for buffers on allocationTapani Pälli
This is done so that we should not have to do it dynamically during composition. This information will be used later with hwcomposer module when using planes for composition. Change-Id: I2b6716fe9a8da81050645900c6c0955385946991 Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
2013-01-21gralloc: implement yuv offset query as hw specific functionTapani Pälli
This patch reverts earlier cca14cfd... and introduces a new hw specific hook to query yuv components offsets which can vary between different hw, decoders, cameras etc. Change-Id: Ib60bc8ee28df7bc9425b6d7934294fe36fc55354 Depends-Change-Id: I1aa5368b21e588d5d711c1005fff2a5296e143a0 Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
2013-01-18gralloc_drm_bo_lock: add special usage for GRALLOC_USAGE_HW_TEXTUREAdrian Marius Negreanu
The BO 'usage' can be different from the 'usage' passed to lock. For example when the BO is created by SurfaceMediaSource, having set GRALLOC_USAGE_HW_TEXTURE while the CPU locks it with GRALLOC_USAGE_SW_WRITE_OFTEN Change-Id: I4ba0ac05f1833439299e7fd694208076e66f8dfd Signed-off-by: Adrian Marius Negreanu <adrian.m.negreanu@intel.com>
2013-01-15gralloc: new function to query the gem handle of buffer_handle_tTapani Pälli
This function can be used from Mesa instead of having to expose the whole gralloc_drm_handle_t structure. Change-Id: I1aa5368b21e588d5d711c1005fff2a5296e143a0 Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
2013-01-10Merge "split gralloc.$(TARGET_PRODUCT)"Andrew P Boie
2012-12-14gralloc: yuv offset calculation function for mesaTapani Pälli
Patch adds add api for mesa to query component offsets for yuv buffer handles. Change-Id: Ib477627ad812f5b6352665d00fb2bb3b10fe5b8e Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
2012-12-14gralloc: add NV12 format enum and fb allocation support for itTapani Pälli
Change-Id: If1c92810a17c60c29239f5384d6e971b015dd174 Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
2012-11-14split gralloc.$(TARGET_PRODUCT)Adrian Marius Negreanu
Some of the functions in gralloc.$(TARGET_PRODUCT) can be reused. Since one should not link against a HAL library, have gralloc.c as gralloc.$(TARGET_PRODUCT) and extract the reusable code into libgralloc_drm. Change-Id: I08a6989bb0b191ec56662aa4a21f6da7aea6b24d Signed-off-by: Adrian Marius Negreanu <adrian.m.negreanu@intel.com>
2012-11-09gralloc: use headers from drm and mesa instead of local copyTapani Pälli
Patch removes local outdated headers for intel hw and starts to depend on ones from libdrm and mesa projects, this makes sure we are up to date with new pci id's etc. intel_init_kms_features required some fixing because of changed macros, patch also adds GEN7 check in place for IVB and HSW. Change-Id: Iee6375ceb558baf4334e3b9b5d26210406aa7b71 Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
2012-11-07gralloc: no cloned mode on platforms with hdmi as primaryTapani Pälli
On some platforms we might have only HDMI connector, on those platforms do not attempt to use cloned/extended mode with HDMI. Change-Id: If0f21986030e4e97991202bd8168d7c9e25de493 Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
2012-10-24gralloc: hdmi cloned mode supportTapani Pälli
Patch implements simple support for cloned mode hdmi by introducing primary and hdmi outputs that are updated respectively. Current implementation is rather naive and assumes hdmi can drive same mode as the local lvds. Only cloned mode is supported but can be extended later to support extended mode when hwcomposer is available for controlling this behaviour. HDMI hotplug is implemented as a separate observer thread that listens to uevents and reads hdmi connection state from there, this requires switch support from the kernel hdmi driver. Change-Id: I147273bbe4d21ab9f390f38c9a5f945530c8fd2e Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Signed-off-by: Matt Gumbel <matthew.k.gumbel@linux.intel.com>
2012-10-23Revert "gralloc: hdmi cloned mode support"Daniel Leung
This reverts commit 2d2758bca0f962ef21673dbe29df4c042d7f3254.
2012-10-18gralloc: hdmi cloned mode supportTapani Pälli
Patch implements simple support for cloned mode hdmi by introducing primary and hdmi outputs that are updated respectively. Current implementation is rather naive and assumes hdmi can drive same mode as the local lvds. Only cloned mode is supported but can be extended later to support extended mode when hwcomposer is available for controlling this behaviour. HDMI hotplug is implemented as a separate observer thread that listens to uevents and reads hdmi connection state from there, this requires switch support from the kernel hdmi driver. Change-Id: I1d5873214d672563789f4953a892de60539eca88 Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Signed-off-by: Matt Gumbel <matthew.k.gumbel@linux.intel.com>
2012-10-12gralloc_drm_intel: set gem handle for each boTapani Pälli
not just fbs, potentially anything can be used as framebuffer by kms code Change-Id: Ib710bb62ae23cf58a987c6614306711dedb11cbf Signed-off-by: Tapani Pälli <tapani.palli@intel.com>