summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/bridge: Add an ->atomic_check() hookBoris Brezillon2020-01-073-7/+96
* drm/bridge: Patch atomic hooks to take a drm_bridge_stateBoris Brezillon2020-01-074-36/+82
* drm/bridge: Add a drm_bridge_state objectBoris Brezillon2020-01-075-6/+309
* Revert "drm: atmel-hlcdc: enable sys_clk during initalization."Claudiu Beznea2020-01-061-18/+1
* drm: atmel-hlcdc: prefer a lower pixel-clock than requestedPeter Rosin2020-01-061-2/+2
* drm: atmel-hlcdc: enable clock before configuring timing engineClaudiu Beznea2020-01-061-1/+7
* drm: atmel-hlcdc: use double rate for pixel clock only if supportedClaudiu Beznea2020-01-061-3/+3
* dt-bindings: fix warnings in xinpeng,xpp055c272.yamlSam Ravnborg2020-01-061-0/+2
* drm/bridge: cdns: remove set but not used variable 'nlanes'yu kuai2020-01-061-2/+1
* drm/bridge: cdns: remove set but not used variable 'bpp'yu kuai2020-01-061-2/+1
* drm: meson: Remove unneeded semicolonzhengbin2020-01-062-2/+2
* drm: bridge: dw-hdmi: constify copied structureJulia Lawall2020-01-061-1/+1
* drm/hisilicon/hibmc: Export VRAM MM information to debugfsThomas Zimmermann2020-01-061-0/+1
* drm/hisilicon/hibmc: Implement hibmc_dumb_create() with generic helpersThomas Zimmermann2020-01-062-50/+2
* drm/vram: Support scanline alignment for dumb buffersThomas Zimmermann2020-01-063-4/+12
* drm/hisilicon/hibmc: Replace struct hibmc_framebuffer with generic codeThomas Zimmermann2020-01-063-81/+3
* drm/hisilicon/hibmc: Switch to generic fbdev emulationThomas Zimmermann2020-01-064-255/+3
* drm: rockchip: rk3066_hdmi: set edid fifo addressNickey Yang2020-01-061-0/+3
* drm/rockchip: lvds: Add PX30 supportMiquel Raynal2020-01-062-0/+157
* Merge drm/drm-next into drm-misc-nextMaarten Lankhorst2020-01-0611397-270373/+591503
|\
| * Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-01-0367-824/+1645
| |\
| * \ Merge tag 'drm-intel-next-2019-12-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-12-27240-7851/+12435
| |\ \
| | * | drm/i915: Update DRIVER_DATE to 20191223Jani Nikula2019-12-231-2/+2
| | * | drm/i915: Mark the GEM context link as RCU protectedChris Wilson2019-12-237-27/+62
| | * | drm/i915: Introduce a vma.krefChris Wilson2019-12-237-31/+44
| | * | drm/i915: Add a simple is-bound check before unbindingChris Wilson2019-12-231-1/+4
| | * | drm/i915: Make sure CCS YUV semiplanar format checks workImre Deak2019-12-235-14/+33
| | * | drm/i915: Make sure Y slave planes get all the required stateImre Deak2019-12-231-1/+2
| | * | drm/i915: Skip rotated offset adjustment for unsupported modifiersDhinakaran Pandiyan2019-12-231-41/+77
| | * | drm/i915/tgl: Make sure FBs have a correct CCS plane strideImre Deak2019-12-231-0/+17
| | * | drm/i915/tgl: Gen-12 render decompressionDhinakaran Pandiyan2019-12-233-43/+178
| | * | drm/framebuffer: Format modifier for Intel Gen-12 render compressionDhinakaran Pandiyan2019-12-231-0/+11
| | * | drm/i915: Add helpers to select correct ccs/aux planesImre Deak2019-12-231-14/+57
| | * | drm/i915: Extract framebufer CCS offset checks into a functionDhinakaran Pandiyan2019-12-231-30/+43
| | * | drm/i915: Move CCS stride alignment W/A inside intel_fb_stride_alignmentDhinakaran Pandiyan2019-12-231-15/+16
| | * | drm/i915: Use intel_tile_height() instead of re-implementingDhinakaran Pandiyan2019-12-231-1/+1
| | * | drm/i915/selftests: make mock_drm.h self-containedJani Nikula2019-12-231-1/+2
| | * | drm/i915/selftests: make mock_context.h self-containedJani Nikula2019-12-231-1/+1
| | * | drm/i915: fix comment for POWER_DOMAIN_TRANSCODER_VDSC_PW2Jani Nikula2019-12-231-1/+1
| | * | drm/i915/gt: Move pm debug files into a gt aware debugfsAndi Shyti2019-12-228-0/+752
| | * | drm/i915/gt: Merge engine init/setup loopsChris Wilson2019-12-226-113/+42
| | * | drm/i915/gt: Pull intel_gt_init_hw() into intel_gt_resume()Chris Wilson2019-12-223-27/+13
| | * | drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson2019-12-2219-365/+357
| | * | drm/i915: Move i915_gem_init_contexts() earlierChris Wilson2019-12-211-11/+12
| | * | drm/i915/gt: Repeat wait_for_idle for retirement workersChris Wilson2019-12-213-11/+20
| | * | drm/i915: Remove i915->kernel_contextChris Wilson2019-12-2134-507/+388
| | * | drm/i915/selftests: Setup engine->retire for mock_engineChris Wilson2019-12-211-0/+2
| | * | drm/i915: Introduce intel_crtc_state_alloc()Ville Syrjälä2019-12-201-11/+19
| | * | drm/i915/execlists: Select arb on/off around batches based on preemptionChris Wilson2019-12-201-8/+9
| | * | drm/i915: Push the use-semaphore marker onto the intel_contextChris Wilson2019-12-205-25/+64