aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2016-02-26drm/sti: add debugfs entries for HDA connectorVincent Abriou1-1/+104
2016-02-26drm/sti: add debugfs entries for DVO connectorVincent Abriou1-0/+70
2016-02-26drm/sti: add debugfs entries for HDMI connectorVincent Abriou2-4/+175
2016-02-26drm/sti: add hdmi_mode property for HDMI connectorVincent Abriou2-2/+43
2016-02-26drm/sti: add colorspace property to the HDMI connectorVincent Abriou2-1/+79
2016-02-26drm/sti: add HDMI vendor specific infoframeVincent Abriou1-9/+73
2016-02-26drm/sti: reset infoframe transmission when HDMI is stoppedVincent Abriou1-0/+43
2016-02-26drm/sti: HDMI infoframe transmission mode not take into accountVincent Abriou1-1/+1
2016-02-26drm/sti: reset HD DACS when HDA connector is createdVincent Abriou1-0/+3
2016-02-26drm/sti: fix dvo data_enable signalBich Hemon1-16/+35
2016-02-26drm/sti: adjust delay for DVOBich Hemon1-1/+4
2016-02-26drm/sti: add missing encoder cleanup for DVO connectorVincent Abriou1-0/+4
2016-02-26drm/sti: fix panel detection for DVO connectorVincent Abriou1-3/+5
2016-02-26drm/sti: do not clip RGB/YUV component value at connector sideVincent Abriou1-8/+6
2016-02-26drm/sti: adapt YUV colorspace in display pipelineBich Hemon2-28/+64
2016-02-26drm/sti: implement atomic_check for the planesVincent Abriou3-168/+270
2016-02-26drm/sti: force cursor CLUT fetchFabien Dessenne1-7/+4
2016-02-26drm/sti: GDP cropping fails when we remove 2 pixels horizontallyVincent Abriou1-4/+5
2016-02-26drm/sti: fallback for GDP scalingBich Hemon1-5/+31
2016-02-26drm/sti: GDP planes only support RGB formatsBich Hemon1-17/+0
2016-02-26drm/sti: clarify the skip frame/field messageFabien Dessenne1-2/+2
2016-02-26drm/sti: awg_utils code cleanupBich Hemon1-21/+12
2016-02-26drm/sti: update VTG timing programmingVincent Abriou3-88/+173
2016-02-26drm/sti: set DRIVER_ATOMIC for sti[email protected]1-1/+1
2016-02-26drm/sti: fix cursor coordinates[email protected]1-1/+1
2016-02-26drm/sti: set CRTC modesetting parameters[email protected]1-0/+1
2016-02-26drm/sti: fix potential crash in gdp[email protected]1-6/+7
2016-02-26drm/amdgpu: fix error handling in amdgpu_bo_list_setChristian König1-0/+3
2016-02-26drm/amd/powerplay: fix code style warning.Rex Zhu1-2/+2
2016-02-25drm/fsl-dcu: fix register initializationStefan Agner1-2/+2
2016-02-25drm/fsl-dcu: use mode flags for hsync/vsync polarityStefan Agner2-3/+9
2016-02-25drm/fsl-dcu: fix alpha blendingStefan Agner2-12/+23
2016-02-25drm/fsl-dcu: mask all interrupts on initializationStefan Agner1-4/+1
2016-02-25drm/fsl-dcu: handle initialization errors properlyStefan Agner1-4/+20
2016-02-25drm/fsl-dcu: avoid memory leak on errorsStefan Agner2-1/+7
2016-02-25drm/fsl-dcu: remove regmap return value checksStefan Agner3-188/+99
2016-02-25drm/fsl-dcu: specify volatile registersStefan Agner1-1/+11
2016-02-25drm: fsl-dcu: Fix no fb check bugMeng Yi1-0/+3
2016-02-25drm/amd: Do not make DRM_AMD_ACP default to yGeert Uytterhoeven1-1/+0
2016-02-25drm/amdgpu/gfx: fix off by one in rb rework (v2)Alex Deucher2-10/+4
2016-02-25drm/i915: Remove update_sprite_watermarks.Maarten Lankhorst2-5/+0
2016-02-25drm/tilcdc: Use devm_kzalloc() and devm_kcalloc() for private dataJyri Sarha4-46/+21
2016-02-25drm/tilcdc: Initialize crtc->portJyri Sarha1-0/+20
2016-02-25drm/tilcdc: Disable sync lost interrupt if it fires on every frameJyri Sarha1-1/+20
2016-02-25drm/tilcdc: Add prints on sync lost and FIFO underrun interruptsJyri Sarha2-2/+10
2016-02-25drm/tilcdc: Remove the duplicate LCDC_INT_ENABLE_SET_REG in registers[]Jyri Sarha1-2/+1
2016-02-25drm/tilcdc: Fix interrupt enable/disable code for version 2 tilcdcJyri Sarha1-5/+6
2016-02-25drm/tilcdc: Do not update the next frame buffer close to vertical blankTomi Valkeinen1-8/+53
2016-02-25drm/tilcdc: Get rid of complex ping-pong mechanismTomi Valkeinen2-95/+53
2016-02-25drm/tilcdc: cleanup irq handlingTomi Valkeinen1-4/+5