summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-07Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...Dave Airlie7-45/+37
2018-08-07Merge branch 'drm-tda998x-devel' of git://git.armlinux.org.uk/~rmk/linux-arm ...Dave Airlie1-183/+189
2018-08-07Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-nextDave Airlie3-82/+31
2018-08-07drm/i2c: tda998x: correct PLL divider calculationRussell King1-6/+14
2018-08-07drm/i2c: tda998x: get rid of private fill_modes functionRussell King1-24/+6
2018-08-07drm/i2c: tda998x: move mode_valid() to bridgeRussell King1-16/+16
2018-08-07drm/i2c: tda998x: register bridge outside of component helperRussell King1-13/+13
2018-08-07drm/i2c: tda998x: cleanup from previous changesRussell King1-39/+37
2018-08-07drm/i2c: tda998x: allocate tda998x_priv inside tda998x_create()Russell King1-14/+16
2018-08-07drm/i2c: tda998x: convert to bridge driverRussell King1-75/+81
2018-08-06drm/etnaviv: fix crash in GPU suspend when init failed due to buffer placementLucas Stach1-0/+1
2018-08-06drm/etnaviv: change return type to vm_fault_tSouptick Joarder2-29/+11
2018-08-06drm/etnaviv: protect sched job submission with fence mutexLucas Stach4-11/+21
2018-08-06drm/etnaviv: mmuv2: use memset32 to init scratch pagePhilipp Zabel1-5/+4
2018-08-02drm/i2c: tda998x: move tda998x_set_config() into tda998x_create()Russell King1-38/+35
2018-08-02drm/i2c: tda998x: split tda998x_encoder_dpms into enable/disablePeter Rosin1-12/+25
2018-08-02drm/i2c: tda998x: find the drm_device via the drm_connectorPeter Rosin1-1/+1
2018-08-01Merge branch 'drm-armada-devel' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie14-1250/+921
2018-08-01Merge tag 'drm-msm-next-2018-07-30' of git://people.freedesktop.org/~robclark...Dave Airlie96-524/+32751
2018-07-31drm/arm/hdlcd: Reject atomic commits that disable only the planeLiviu Dudau2-17/+19
2018-07-31drm: arm: hdlcd: Use drm_atomic_helper_shutdown() to disable planes on removalLaurent Pinchart2-7/+2
2018-07-31drm: arm: hdlcd: Don't destroy plane manually in hdlcd_setup_crtc()Laurent Pinchart1-3/+1
2018-07-31drm/arm/hdlcd: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2-32/+6
2018-07-31drm/arm/hdlcd: Use drm_mode_config_helper_suspend/resume()Noralf Trønnes2-23/+3
2018-07-31Merge branch 'drm-udl-next' of git://people.freedesktop.org/~airlied/linux in...Dave Airlie5-63/+60
2018-07-31udl-kms: dont spam the syslog with debug messagesMikulas Patocka2-4/+4
2018-07-31udl-kms: use spin_lock_irq instead of spin_lock_irqsaveMikulas Patocka2-9/+6
2018-07-31udl-kms: avoid prefetchMikulas Patocka1-7/+0
2018-07-31udl-kms: avoid divisionMikulas Patocka3-26/+30
2018-07-31udl-kms: fix crash due to uninitialized memoryMikulas Patocka1-1/+1
2018-07-31udl-kms: handle allocation failureMikulas Patocka1-10/+18
2018-07-31udl-kms: change down_interruptible to downMikulas Patocka1-6/+1
2018-07-30dt-bindings: msm/disp: Add bindings for Snapdragon 845 DPUJeykumar Sankaran1-0/+131
2018-07-30dt-bindings: msm/dsi: Add mdp transfer time to msm dsi bindingJeykumar Sankaran1-0/+16
2018-07-30drm/msm/disp/dpu: Mark a handful of functions as staticJordan Crouse11-47/+13
2018-07-30drm/msm/disp/dpu: Remove unused functions from dpu_formats.cJordan Crouse4-166/+0
2018-07-30drm/msm/disp/dpu: Remove dpu_kms_utilsJordan Crouse3-266/+0
2018-07-30drm/msm/disp/dpu: Remove unused code from drm_crtc.cJordan Crouse2-442/+2
2018-07-30drm/msm/disp/dpu: Remove unused code from drm_encoder.cJordan Crouse3-97/+0
2018-07-30drm/msm: Replace PTR_RET with PTR_ERR_OR_ZEROGustavo A. R. Silva1-1/+1
2018-07-30drm/msm: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2018-07-30drm/msm/dpu: fix mismatch in function argument.zhong jiang1-1/+1
2018-07-30drm/msm/gpu: avoid deprecated do_gettimeofdayArnd Bergmann3-4/+4
2018-07-30drm/msm: dsi: Handle dual-channel for 6G as wellSean Paul1-37/+35
2018-07-30drm/msm: dpu: Use clock-names instead of assigned-clock-namesSean Paul1-3/+2
2018-07-30drm/msm: dpu: Use 'vsync' instead of 'vsync_clk' in cmdmode encoderSean Paul1-1/+1
2018-07-30drm/msm/gpu: Add the buffer objects from the submit to the crash dumpJordan Crouse4-13/+116
2018-07-30drm/msm/adreno: Add a5xx specific registers for the GPU stateJordan Crouse6-31/+252
2018-07-30drm/msm/adreno: Add ringbuffer data to the GPU stateJordan Crouse3-0/+48
2018-07-30drm/msm/adreno: Convert the show/crash file formatJordan Crouse2-8/+84