{"id":19275678,"url":"https://github.com/singulared/xf86-video-armsoc","last_synced_at":"2026-06-13T18:38:54.944Z","repository":{"id":24238837,"uuid":"27631684","full_name":"singulared/xf86-video-armsoc","owner":"singulared","description":"X11 video driver with mali t6xx devices support.","archived":false,"fork":false,"pushed_at":"2015-10-16T14:12:20.000Z","size":564,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-05T15:27:15.350Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/singulared.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-06T11:12:16.000Z","updated_at":"2018-05-08T06:06:31.000Z","dependencies_parsed_at":"2022-08-22T12:10:36.400Z","dependency_job_id":null,"html_url":"https://github.com/singulared/xf86-video-armsoc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singulared%2Fxf86-video-armsoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singulared%2Fxf86-video-armsoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singulared%2Fxf86-video-armsoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singulared%2Fxf86-video-armsoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/singulared","download_url":"https://codeload.github.com/singulared/xf86-video-armsoc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240378927,"owners_count":19792040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T20:51:29.943Z","updated_at":"2026-06-13T18:38:49.913Z","avatar_url":"https://github.com/singulared.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"xf86-video-armsoc\nOpen-source X.org graphics driver for ARM graphics\n\nDRM driver selection\n--------------------\nWhile most operations use only the standard DRM modesetting interfaces, certain operations\nunavoidably rely on specific driver behaviour (including dumb buffer allocation flags and cursor\nplane z-ordering). As such, the armsoc driver must be configured for a particular DRM driver.\n\nThe currently supported DRM drivers are:\n- pl111\n- exynos\n\nTo configure armsoc for one of these, pass the --with-drmmode option to ./configure. For example:\n\n$ ./configure --with-drmmode=pl111\n\nFor other drivers, you will need to implement this support yourself. A template implementation is\nprovided in src/drmmode_template which can be built by passing --with-drmmode=template to ./configure.\nThe interface is defined and documented in src/drmmode_driver.h, and you should refer to this while\nmodifying the template to set up your DRM driver's abstraction appropriately.\n\nYou can also copy src/drmmode_template into src/drmmode_\u003cyourdrivername\u003e and build with:\n\n$ ./configure --with-drmmode=\u003cyourdrivername\u003e\n\n\nSummary of bo reference counting\n--------------------------------\nThe Screen takes a ref on the scanout bo in InitScreen and drops it in ScreenClose. When the scanout bo changes\n(due to a flip or a modeset) the ref is moved from the old bo to the new one by set_scanout_bo.\n\nPixmaps take a ref on their bo(s) when created in ARMSOCCreatePixmap2 and drop it in ARMSOCDestroyPixmap.\nIf ARMSOCModifyPixmapHeader points a pixmap at anything other than the scanout bo then the ref to\nthe existing bo (if any) is dropped.\nIf ARMSOCModifyPixmapHeader points a pixmap at the scanout bo the ref is moved from the old bo to the new\nIf ARMSOCModifyPixmapHeader changes the size of the pixmap's bo the ref is dropped, a new bo created and a\nref taken on that.\n\nresize_scanout_bo creates and takes a ref on the new bo and drops its ref when the new bo becomes the scanout bo and\nthe Screen has taken a ref.\n\nThe swap chain takes a ref on the src and dst bos when a swap is scheduled in ARMSOCDRI2ScheduleSwap and drops them\nin ARMSOCDRI2SwapComplete after the src becomes pARMSOC-\u003escanout and the screen takes a ref. \n\nThe cursor takes a ref on its bo in drmmode_cursor_init and drops it in drmmode_cursor_fini\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingulared%2Fxf86-video-armsoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsingulared%2Fxf86-video-armsoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingulared%2Fxf86-video-armsoc/lists"}