summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon: add driver option to disable vce block.Jérome Glisse2016-05-023-0/+7
* drm/radeon: add driver option to disable uvd block.Jérome Glisse2016-05-023-0/+8
* drm/radeon: consolidate cik vce initialization and startup code.Jérome Glisse2016-05-021-45/+91
* drm/radeon: consolidate si vce initialization and startup code.Jérome Glisse2016-05-021-46/+93
* drm/radeon: consolidate ni vce initialization and startup code.Jérome Glisse2016-05-021-48/+91
* drm/radeon: add a vce flag to know if need to initialize vce or not.Jérome Glisse2016-05-022-2/+10
* drm/radeon: consolidate cik uvd initialization and startup code.Jérome Glisse2016-05-021-29/+79
* drm/radeon: consolidate si uvd initialization and startup code.Jérome Glisse2016-05-021-30/+70
* drm/radeon: consolidate ni uvd initialization and startup code.Jérome Glisse2016-05-021-26/+74
* drm/radeon: consolidate evergreen uvd initialization and startup code.Jérome Glisse2016-05-021-28/+74
* drm/radeon: consolidate rv770 uvd initialization and startup code.Jérome Glisse2016-05-021-28/+74
* drm/radeon: consolidate r600 uvd initialization and startup code.Jérome Glisse2016-05-021-29/+70
* Merge branch 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm...Dave Airlie2016-04-297-53/+268
|\
| * drm/fsl-dcu: increment version and dateStefan Agner2016-04-251-2/+2
| * drm/fsl-dcu: implement lastclose callbackStefan Agner2016-04-251-0/+8
| * drm/fsl-dcu: disable output polling on driver unloadStefan Agner2016-04-251-0/+4
| * drm/fsl-dcu: deallocate fbdev CMA on unloadStefan Agner2016-04-251-0/+9
| * drm/fsl-dcu: use variable name dev for struct drm_deviceStefan Agner2016-04-251-16/+13
| * drm/fsl-dcu: handle missing panel gracefullyStefan Agner2016-04-251-7/+13
| * drm/fsl-dcu: detach panel on destroyStefan Agner2016-04-251-0/+3
| * drm/layerscape: reduce excessive stack usageArnd Bergmann2016-04-251-2/+2
| * drm/fsl-dcu: add TCON driverStefan Agner2016-04-256-1/+161
| * drm/fsl-dcu: use common clock framework for pixel clock dividerStefan Agner2016-04-252-9/+24
| * drm/fsl-dcu: add extra clock for pixel clockStefan Agner2016-04-253-2/+17
| * drm/fsl-dcu: disable clock on initialization failure and removeStefan Agner2016-04-251-23/+21
* | drm: sun4i: tv: Add NTSC output standardMaxime Ripard2016-04-281-0/+45
* | drm: sun4i: tv: Add PAL output standardMaxime Ripard2016-04-281-0/+42
* | drm: sun4i: Add composite outputMaxime Ripard2016-04-282-0/+623
* | drm: sun4i: Add RGB outputMaxime Ripard2016-04-286-1/+355
* | drm: Add Allwinner A10 Display Engine supportMaxime Ripard2016-04-2818-1/+2202
* | drm: Switch blobs to the new generic modeset obj refcountingDaniel Vetter2016-04-271-119/+45
* | drm/atomic-helpers: Don't duplicate code in destroy helpersDaniel Vetter2016-04-271-8/+9
* | drm: Fix fb leaks and WARN spew in get/set_prop ioctlsDaniel Vetter2016-04-271-7/+9
* | drm: Improve kerneldoc for new mode object refcountingDaniel Vetter2016-04-271-7/+15
* | Merge branch 'topic-arcpgu-v6' of https://github.com/foss-for-synopsys-dwc-ar...Dave Airlie2016-04-279-0/+845
|\ \
| * | drm: Add support of ARC PGU display controllerCarlos Palminha2016-04-269-0/+845
| |/
* | drm: rcar-du: Fix compilation warningLaurent Pinchart2016-04-241-1/+0
* | drm: rcar-du: Use ARCH_RENESASSimon Horman2016-04-241-1/+1
* | drm: rcar-du: Clarify vsp dependencyArnd Bergmann2016-04-241-1/+1
|/
* drm/modes: stop handling framebuffer specialDave Airlie2016-04-221-15/+2
* drm/modes: reduce fb_lock to just protecting listsDave Airlie2016-04-221-8/+1
* drm/modes: move reference taking into object lookup.Dave Airlie2016-04-221-17/+20
* drm/mode: reduce lock hold in addfb2Dave Airlie2016-04-221-3/+3
* drm/mode: reduce scope of fb_lock in framebuffer initDave Airlie2016-04-221-4/+5
* drm/mode: use _object_find to find framebuffers.Dave Airlie2016-04-221-25/+10
* drm/mode: move framebuffer reference into object.Dave Airlie2016-04-221-34/+38
* drm/mode: introduce wrapper to read framebuffer refcount.Dave Airlie2016-04-224-5/+5
* drm/modes: drop __drm_framebuffer_unregister.Dave Airlie2016-04-221-14/+2
* drm/mode: move framebuffer_free up above framebuffer_initDave Airlie2016-04-221-29/+29
* drm/mode: rework drm_mode_object_put to drm_mode_object_unregister.Dave Airlie2016-04-223-19/+24
OpenPOWER on IntegriCloud