summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie25-253/+227
2016-12-04Merge tag 'drm-intel-fixes-2016-12-01' of git://anongit.freedesktop.org/git/d...Dave Airlie2-3/+5
2016-12-01Merge tag 'drm-misc-fixes-2016-11-30' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-4/+6
2016-12-01Merge tag 'tilcdc-4.10' of https://github.com/jsarha/linux into drm-nextDave Airlie11-390/+1020
2016-12-01Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie54-948/+6757
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 Sarha3-0/+325
2016-11-30drm/tilcdc: Recover from sync lost error flood by resetting the LCDCJyri Sarha1-1/+25
2016-11-30drm/i915: drop the struct_mutex when wedged or trying to resetMatthew Auld1-1/+2
2016-11-30drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() errorChris Wilson1-2/+3
2016-11-30drm: Don't call drm_for_each_crtc with a non-KMS driverMichel Dänzer1-4/+6
2016-11-30Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm...Dave Airlie34-206/+841
2016-11-30Merge tag 'drm-intel-next-2016-11-21' of git://anongit.freedesktop.org/git/dr...Dave Airlie90-2784/+4383
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie38-146/+304
2016-11-30Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie1-1/+1
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 Golaszewski1-0/+1
2016-11-29drm/tilcdc: add a workaround for failed clk_set_rate()Bartosz Golaszewski1-6/+51
2016-11-29drm/radeon: fix check for port PM availabilityAlex Deucher1-2/+9
2016-11-29drm/amdgpu: fix check for port PM availabilityPeter Wu1-2/+9
2016-11-29drm: Introduce drm_framebuffer_assign()Chris Wilson1-6/+2
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/amd/powerplay: initialize the soft_regs offset in struct smu7_hwmgrRex Zhu1-1/+4
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