summaryrefslogtreecommitdiffstats
path: root/include/sound (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-15drm/msm: submit support for out-fencesRob Clark2-1/+28
2016-09-15drm/msm: move fence allocation out of msm_gpu_submit()Rob Clark3-13/+11
2016-09-15drm/msm: submit support for in-fencesRob Clark3-5/+39
2016-09-15drm/msm: extend the submit ioctl to pass in flagsRob Clark2-2/+18
2016-09-15drm/msm/mdp5: Set rotation property initial value to DRM_ROTATE_0 insted of 0Ville Syrjälä1-2/+2
2016-09-15drm/msm/hdmi: don't print error when adding i2c adapter failsWolfram Sang1-4/+1
2016-09-15drm/msm/mdp4: mark symbols static where possibleBaoyou Xie2-2/+2
2016-09-15drm/msm: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson1-12/+10
2016-09-15drm/msm/hdmi: Clean up HDMI gpio DT bindingsArchit Taneja2-7/+23
2016-09-15drm/msm/mdp4: Fix issue with LCDC/LVDS port parsingArchit Taneja1-11/+12
2016-09-08drm/sun4i: add missing header dependenciesBaoyou Xie3-0/+3
2016-09-08drm: Fix error path in drm_mode_page_flip_ioctl()Imre Deak1-1/+1
2016-09-08drm/sun4i: Add a DRC driverMaxime Ripard3-1/+143
2016-09-08drm/sun4i: backend: Handle the SATMaxime Ripard3-0/+71
2016-09-08drm/sun4i: support A33 tconMaxime Ripard4-6/+22
2016-09-08drm/sun4i: support TCONs without channel 1Maxime Ripard2-13/+23
2016-09-07ARM: dts: am335x-boneblack: Add HDMI audio supportJyri Sarha1-4/+67
2016-09-07drm/i2c: tda998x: Register ASoC hdmi-codec and add audio DT bindingJyri Sarha5-5/+239
2016-09-07drm/i2c: tda998x: Improve tda998x_configure_audio() audio related pdataJyri Sarha2-48/+64
2016-09-07Revert "drm: Unify handling of blob and object properties"Maarten Lankhorst1-5/+18
2016-09-06drm/udl: implement usb_driver suspend/resume.Haixia Shi3-0/+32
2016-09-06drm: fix signed integer overflowXie XiuQi1-1/+1
2016-09-06drm/atomic: Reject properties not part of the object.Maarten Lankhorst1-1/+10
2016-09-01drm/tilcdc: Choose console BPP that supports RGBJyri Sarha6-19/+9
2016-09-01drm/tilcdc: Add blue-and-red-crossed devicetree propertyJyri Sarha4-6/+70
2016-09-01drm/tilcdc: Write DMA base and ceiling address with single instructionJyri Sarha2-2/+22
2016-09-01drm/tilcdc: Remove drm_helper_disable_unused_functions() callJyri Sarha1-2/+0
2016-09-01drm/tilcdc: Enable EOF interrupts for v1 LCDCKarl Beldan1-0/+2
2016-09-01drm/tilcdc: Adjust the FB_CEILING addressKarl Beldan1-1/+1
2016-09-01drm/tilcdc: Fix check for remote port parentTeresa Remmet1-1/+1
2016-09-01drm/sun4i: Clear encoder->bridge if a bridge is not foundChen-Yu Tsai1-4/+6
2016-09-01drm/doc: Add a few words on validation with IGTTomeu Vizoso1-0/+37
2016-08-31Revert "drm: make DRI1 drivers depend on BROKEN"Dave Airlie1-1/+0
2016-08-31drm: drm_probe_helper: Fix output_poll_work schedulingPeter Ujfalusi1-1/+7
2016-08-30drm/sun4i: rgb: add missing calls to drm_panel_{prepare,unprepare}Jonathan Liu1-2/+6
2016-08-30drm: bridge/dw-hdmi: Fix colorspace and scan information registers valuesJose Abreu1-3/+4
2016-08-29drm/doc: Polish docs for drm_property&drm_property_blobDaniel Vetter3-193/+244
2016-08-29drm: Unify handling of blob and object propertiesDaniel Vetter1-18/+5
2016-08-29drm: Extract drm_property.[hc]Daniel Vetter7-1028/+1102
2016-08-29drm: move drm_mode_legacy_fb_format to drm_fourcc.cDaniel Vetter4-45/+44
2016-08-29drm/doc: Polish docs for drm_mode_objectDaniel Vetter2-7/+60
2016-08-29drm: Remove drm_mode_object->atomic_countDaniel Vetter2-20/+13
2016-08-29drm: Extract drm_mode_object.[hc]Daniel Vetter11-449/+492
2016-08-29drm/doc: Polish kerneldoc for encodersDaniel Vetter3-63/+101
2016-08-29drm: Extract drm_encoder.[hc]Daniel Vetter7-329/+407
2016-08-29drm/fb-helper: don't call remove_conflicting_framebuffers for FB=m && DRM=yArnd Bergmann1-1/+1
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying16-28/+59
2016-08-29drm/atomic-helper: Disable appropriate planes in disable_planes_on_crtc()Liu Ying2-9/+12
2016-08-29drm/atomic-helper: Add atomic_disable CRTC helper callbackLiu Ying2-0/+26
2016-08-29drm: simple_kms_helper: add support for bridgesAndrea Merello2-0/+45