summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-01Merge tag 'tilcdc-4.10' of https://github.com/jsarha/linux into drm-nextDave Airlie13-394/+1031
2016-12-01Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie55-957/+6773
2016-11-30drm/tilcdc: fix parsing of some DT propertiesBartosz Golaszewski1-2/+2
2016-11-30drm/tilcdc: Enable frame done irq and functionality for LCDC rev 1Jyri Sarha2-7/+12
2016-11-30drm/tilcdc: Configure video mode to HW in enable() not in mode_set_nofb()Jyri Sarha2-220/+212
2016-11-30drm/tilcdc: Load palette at the end of mode_set_nofb()Jyri Sarha1-20/+5
2016-11-30drm/tilcdc: Add timeout wait for palette loading to completeJyri Sarha1-1/+5
2016-11-30drm/tilcdc: Enable palette loading for revision 2 LCDC tooJyri Sarha1-43/+47
2016-11-30drm/tilcdc: Fix load mode bit-field setting in tilcdc_crtc_enable()Jyri Sarha1-1/+3
2016-11-30drm/tilcdc: Add tilcdc_write_mask() to tilcdc_regs.hJyri Sarha1-0/+13
2016-11-30drm/tilcdc: Fix tilcdc_crtc_create() return value handlingJyri Sarha3-13/+12
2016-11-30drm/tilcdc: implement palette loading for rev1Bartosz Golaszewski1-1/+87
2016-11-30drm/tilcdc: Enable sync lost error and recovery handling for rev 1 LCDCJyri Sarha2-15/+21
2016-11-30drm/tilcdc: Add drm bridge support for attaching drm bridge driversJyri Sarha4-74/+207
2016-11-30drm/bridge: Add ti-tfp410 DVI transmitter driverJyri Sarha4-2/+332
2016-11-30dt-bindings: Move "ti,tfp410.txt" from display/ti to display/bridgeJyri Sarha1-0/+0
2016-11-30drm/tilcdc: Recover from sync lost error flood by resetting the LCDCJyri Sarha1-1/+25
2016-11-30Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm...Dave Airlie45-225/+939
2016-11-30Merge tag 'drm-intel-next-2016-11-21' of git://anongit.freedesktop.org/git/dr...Dave Airlie96-2789/+4442
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie258-1303/+1998
2016-11-29drm/tilcdc: Fix race from forced shutdown of crtc in unloadJyri Sarha3-8/+26
2016-11-29drm/tilcdc: Use unload to handle initialization failuresJyri Sarha3-71/+43
2016-11-29drm/tilcdc: Stop using struct drm_driver load() callbackJyri Sarha1-54/+70
2016-11-29drm/tilcdc: Remove obsolete drm_connector_register() callsJyri Sarha2-4/+0
2016-11-29drm/tilcdc: Correct misspelling in error messageDaniel Schultz1-1/+1
2016-11-29drm/tilcdc: Add revision handling for FB_CEILINGDaniel Schultz1-1/+5
2016-11-29drm/tilcdc: add a da850-specific compatible stringBartosz Golaszewski2-2/+5
2016-11-29drm/tilcdc: add a workaround for failed clk_set_rate()Bartosz Golaszewski1-6/+51
2016-11-29drm: Introduce drm_framebuffer_assign()Chris Wilson2-6/+20
2016-11-29drm/bridge: adv7511: Enable the audio data and clock pads on adv7533Srinivas Kandagatla1-0/+1
2016-11-29drm/bridge: adv7511: Add Audio supportJohn Stultz5-0/+242
2016-11-28drm/msm: gpu: Add support for the GPMUJordan Crouse6-3/+431
2016-11-28drm/msm: gpu: Add A5XX target supportJordan Crouse8-9/+945
2016-11-28drm/msm: Disable interrupts during initJordan Crouse2-0/+7
2016-11-28drm/msm: Remove 'src_clk' from adreno configurationJordan Crouse2-24/+14
2016-11-28drm/msm: gpu: Add OUT_TYPE4 and OUT_TYPE7Jordan Crouse1-0/+30
2016-11-28drm/msm: Add adreno_gpu_write64()Jordan Crouse4-5/+34
2016-11-28drm/msm: gpu Add new gpu register read/write functionsJordan Crouse2-10/+41
2016-11-28drm/msm: gpu: Return error on hw_init failureJordan Crouse5-26/+30
2016-11-28drm/msm: gpu: Cut down the list of "generic" registers to the ones we useJordan Crouse3-215/+0
2016-11-28drm/msm: update generated headersRob Clark15-107/+4177
2016-11-28drm/msm/adreno: move scratch register dumping to per-gen codeRob Clark3-6/+14
2016-11-28drm/msm/rd: support for 64b iovaRob Clark1-2/+2
2016-11-28drm/msm: convert iova to 64bRob Clark15-32/+34
2016-11-28drm/edid: Consider alternate cea timings to be the same VICVille Syrjälä1-12/+54
2016-11-28drm/atomic: Constify drm_atomic_crtc_needs_modeset()Ville Syrjälä1-1/+1
2016-11-28drm: bridge: dw-hdmi: add ASoC dependencyArnd Bergmann1-0/+1
2016-11-28drm: Fix shift operations for drm_fb_helper::drm_target_preferred()Chris Wilson1-6/+7
2016-11-28drm: Avoid NULL dereference for DRM_LEGACY debug messageChris Wilson1-1/+2
2016-11-28drm: Use u64_to_user_ptr() helper for blob ioctlsChris Wilson1-6/+6