The NetBSD Project

CVS log for src/sys/external/bsd/drm2/dist/drm/drm_fb_helper.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / external / bsd / drm2 / dist / drm

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Dec 19 12:08:18 2021 UTC (2 years, 11 months ago) by riastradh
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, bouyer-sunxi-drm-base, bouyer-sunxi-drm, HEAD
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -5 lines
drm: Avoid null pointer deref for drivers with atomic modeset.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Dec 19 12:04:59 2021 UTC (2 years, 11 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -8 lines
drm: Work around client modeset mutex for entering ddb.

Linux introduced a wait lock (`mutex') around access to the drm
client modesets, even for drm_fb_helper_debug_enter/leave -- which
happen when we're crashing and can't wait for the scheduler to let
whatever thread might hold a mutex continue to run.

This really shouldn't be a wait lock, but disentangling the lock
order and sleeping allocations is difficult, so let's just hope that
it's safe to access unlocked in ddb for now.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Dec 19 10:46:43 2021 UTC (2 years, 11 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +39 -16 lines
Narrow scope of exclusions in drm_fb_helper.c; reduce diffs.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Dec 19 09:52:24 2021 UTC (2 years, 11 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -8 lines
Restore drm_fb_helper_debug_{enter,leave}_fb

the non-fbinfo versions of the same function now that I see why
they exist, and that they are not a mangled diff


Author: Maya Rashish <maya@NetBSD.org>

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Dec 19 09:46:33 2021 UTC (2 years, 11 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +18 -18 lines
Improve ifdef'ing out fb_info stuff. Undo unintended local diff.


Author: Maya Rashish <maya@NetBSD.org>

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Dec 19 01:53:39 2021 UTC (2 years, 11 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -3 lines
Cleanup ifdef goo that got mangled.

Endifs without matching ifdefs and so on.


Author: Maya Rashish <maya@NetBSD.org>

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Dec 19 01:03:32 2021 UTC (2 years, 11 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +39 -8 lines
Ifdef out linux framebuffer stuff in drm_fb_helper.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Dec 19 01:03:22 2021 UTC (2 years, 11 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +5 -3 lines
Initialize kernel_fb_helper_lock in drm module load.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Dec 19 00:29:02 2021 UTC (2 years, 11 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -6 lines
Fix up #ifdefs.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Dec 18 23:44:57 2021 UTC (2 years, 11 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1357 -1305 lines
Merge linux-drm-v5-6-rc3

Revision 1.1.1.4 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Dec 18 20:11:02 2021 UTC (2 years, 11 months ago) by riastradh
Branches: LINUX
CVS tags: linux-drm-v5-6-rc3
Diff to: previous 1.1.1.3: preferred, colored
Changes since revision 1.1.1.3: +1352 -1292 lines
Import drm from Linux v5.6-rc3 (commit f8788d86ab28f61f7b46eb6be375f8a726783636)

    drivers/gpu/drm     -> sys/external/bsd/drm2/dist/drm
    include/drm         -> sys/external/bsd/drm2/dist/include/drm
    include/uapi/drm    -> sys/external/bsd/drm2/dist/include/uapi/drm

GPL exclusions in dist/drm:

- amd/amdgpu/amdgpu_atpx_handler.c
- arc/
- arm/
- armada/
- aspeed/
- atmel-hlcdc/
- bochs/
- bridge/
- cirrus/
- drm_dp_cec.c
- drm_dp_mst_topology_internal.h
- drm_edid_load.c
- drm_format_helper.c
- drm_gem_cma_helper.c
- drm_gem_framebuffer_helper.c
- drm_gem_shmem_helper.c
- drm_gem_ttm_helper.c
- drm_gem_vram_helper.c
- drm_hdcp.c
- drm_lease.c
- drm_mipi_dbi.c
- drm_simple_kms_helper.c
- drm_sysfs.c
- drm_trace.h
- drm_vram_helper_common.c
- drm_writeback.c
- etnaviv/
- exynos/
- fsl-dcu/
- gma500/
- hisilicon/
- i2c/tda9950.c
- i2c/tda998x_drv.c
- i915/gt/selftest_context.c
- i915/gt/selftest_engine.c
- i915/gt/selftest_engine.h
- i915/gt/selftest_engine_cs.c
- i915/gt/selftest_engine_pm.c
- i915/i915_trace.h
- i915/selftests/i915_live_selftests.h
- i915/selftests/i915_mock_selftests.h
- i915/selftests/i915_perf_selftests.h
- i915/selftests/lib_sw_fence.h
- imx/
- ingenic/
- lima/
- mcde/
- mediatek/
- meson/
- mgag200/
- msm/
- mxsfb/
- omapdrm/
- panel/
- panfrost/
- pl111/
- radeon/radeon_atpx_handler.c
- rcar-du/
- rockchip/
- selftests/drm_cmdline_selftests.h
- selftests/drm_modeset_selftests.h
- selftests/test-drm_cmdline_parser.c
- selftests/test-drm_damage_helper.c
- selftests/test-drm_dp_mst_helper.c
- selftests/test-drm_format.c
- selftests/test-drm_framebuffer.c
- selftests/test-drm_modeset_common.c
- selftests/test-drm_modeset_common.h
- selftests/test-drm_plane_helper.c
- selftests/test-drm_rect.c
- shmobile/
- sti/
- stm/
- sun4i/
- tegra/
- tilcdc/
- tiny/
- tve200/
- udl/
- v3d/
- vc4/
- virtio/virtgpu_trace.h
- virtio/virtgpu_trace_points.c
- vkms/
- vmwgfx/device_include/vmware_pack_begin.h
- vmwgfx/device_include/vmware_pack_end.h
- zte/

  Exceptions -- these all appear to be files to which someone added
  an SPDX license header automatically by a script that is not aware
  of the default MIT licensing under drivers/gpu/drm:

  - ast/ast_dp501.c
  - ast/ast_dram_tables.h
  - lib/drm_random.c
  - lib/drm_random.h
  - i915/display/intel_acpi.c
  - i915/selftests/mock_gem_device.h
  - i915/selftests/i915_mock_selftests.h
  - i915/selftests/i915_live_selftests.h
  - r128/ati_pcigart.h
  - selftests/drm_mm_selftests.h
  - selftests/test-drm_mm.c
  - vmwgfx/device_include/vm_basic_types.h

GPL exclusions in dist/include/drm:

- bridge
- drm_client.h
- drm_fb_cma_helper.h
- drm_format_helper.h
- drm_gem_cma_helper.h
- drm_gem_shmem_helper.h
- drm_gem_ttm_helper.h
- drm_gem_vram_helper.h
- drm_lease.h
- drm_mipi_dbi.h
- drm_mipi_dsi.h
- drm_of.h
- drm_simple_kms_helper.h
- drm_sysfs.h
- drm_writeback.h
- gma_drm.h
- i2c/tda998x.h
- i915_mei_hdcp_interface.h
- intel-gtt.h

  Exceptions:
  - drm_agpsupport.h - was in original drm; wrong spdx header auto-added

GPL exclusions in dist/include/uapi/drm:

- armada_drm.h
- etnaviv_drm.h
- exynos_drm.h
- lima_drm.h
- omap_drm.h

  Exceptions:
  - i810_drm.h - was in original drm; spdx header is wrong

Revision 1.8.18.3: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:04:57 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.8.18.2: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.18.2: +1 -1 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.8.18.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:08:22 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.8.18.1: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.18.1: +8 -10 lines
Merge changes from current as of 20200406

Revision 1.13.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 29 20:20:13 2020 UTC (4 years, 9 months ago) by ad
Branches: ad-namecache
Diff to: previous 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13: +8 -10 lines
Sync with head.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Feb 14 14:34:57 2020 UTC (4 years, 9 months ago) by maya
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-futex, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -8 lines
Reduce diffs by side-loading some header files like Linux.

From riastradh

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Feb 14 04:37:27 2020 UTC (4 years, 9 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
Revert cosmetic changes.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Feb 14 04:37:09 2020 UTC (4 years, 9 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +7 -3 lines
Stub out console_lock/unlock and drm_fb_helper_set_suspend.

Reduce some more diffs.

Revision 1.8.10.1: download - view: text, markup, annotated - select for diffs
Thu Nov 14 15:55:59 2019 UTC (5 years ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE, netbsd-8-2-RELEASE
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +1 -1 lines
Pull up the following revision, requested by msaitoh in ticket #1436:

	external/bsd/drm2/dist/drm/drm_fb_helper.c      1.13 via patch

Avoid null pointer dereference.

Revision 1.12.4.1: download - view: text, markup, annotated - select for diffs
Sun Nov 10 13:12:57 2019 UTC (5 years, 1 month ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1
Diff to: previous 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12: +3 -3 lines
Pull up following revision(s) (requested by msaitoh in ticket #408):

	sys/external/bsd/drm2/dist/drm/drm_fb_helper.c: revision 1.13

Avoid null pointer dereference found by kUBSan with "member access within
null pointer of type 'struct drm_fb_helper_crtc'".

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Nov 5 04:09:51 2019 UTC (5 years, 1 month ago) by msaitoh
Branches: MAIN
CVS tags: phil-wifi-20191119, ad-namecache-base2, ad-namecache-base1, ad-namecache-base
Branch point for: ad-namecache
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
 Avoid null pointer dereference found by kUBSan with "member access within
null pointer of type 'struct drm_fb_helper_crtc'".

Revision 1.8.18.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:07:57 2019 UTC (5 years, 6 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +747 -196 lines
Sync with HEAD

Revision 1.8.16.1: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:56:09 2018 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +747 -196 lines
Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Aug 27 13:37:21 2018 UTC (6 years, 3 months ago) by riastradh
Branches: MAIN
CVS tags: phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, netbsd-9-base, isaki-audio2-base, isaki-audio2
Branch point for: netbsd-9
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Fix vestigial call to drm_fb_helper_set_config.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Aug 27 13:36:13 2018 UTC (6 years, 3 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +0 -11 lines
Remove temporary drm_fb_helper_set_config stub from old code.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Aug 27 07:54:41 2018 UTC (6 years, 3 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -1 lines
Fix bad merge and ifdef out linux fb stuff.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Aug 27 04:58:19 2018 UTC (6 years, 3 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +748 -191 lines
merge linux-drm-v4-4-143

Revision 1.1.1.3 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Aug 27 01:34:42 2018 UTC (6 years, 3 months ago) by riastradh
Branches: LINUX
CVS tags: linux-drm-v4-4-143
Diff to: previous 1.1.1.2: preferred, colored
Changes since revision 1.1.1.2: +745 -185 lines
Import drm from Linux v4.4.143 (commit a8ea6276d00555387deaaa5eaeb380cd5c17bdc9).

   drivers/gpu/drm      -> sys/external/bsd/drm2/dist/drm
   include/drm          -> sys/external/bsd/drm2/dist/include/drm
   include/uapi/drm     -> sys/external/bsd/drm2/dist/uapi/drm

GPL sources excluded.

Revision 1.7.4.3: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:37:51 2017 UTC (7 years ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.7.4.2: preferred, colored; branchpoint 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.4.2: +6 -8 lines
update from HEAD

Revision 1.7.6.1: download - view: text, markup, annotated - select for diffs
Sun Dec 27 12:10:00 2015 UTC (8 years, 11 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +6 -8 lines
Sync with HEAD (as of 26th Dec)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Nov 14 13:27:29 2015 UTC (9 years ago) by jmcneill
Branches: MAIN
CVS tags: tls-maxphys-base-20171202, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-base, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, netbsd-8-base, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: phil-wifi, pgoyette-compat, netbsd-8
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -8 lines
Support command-line modes by picking up connector modes from the device
properties. The connector name is the key name in the device properties
dictionary.

Revision 1.7.4.2: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:04:08 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.7.4.1: preferred, colored; branchpoint 1.7: preferred, colored
Changes since revision 1.7.4.1: +1699 -0 lines
Rebase to HEAD as of a few days ago.

Revision 1.3.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:55:28 2014 UTC (10 years, 4 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +359 -133 lines
Rebase.

Revision 1.7.4.1
Thu Jul 24 21:36:39 2014 UTC (10 years, 4 months ago) by tls
Branches: tls-maxphys
FILE REMOVED
Changes since revision 1.7: +0 -1699 lines
file drm_fb_helper.c was added on branch tls-maxphys on 2014-08-20 00:04:08 +0000

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jul 24 21:36:39 2014 UTC (10 years, 4 months ago) by riastradh
Branches: MAIN
CVS tags: tls-maxphys-base, tls-earlyentropy-base, nick-nhusb-base-20150921, nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7
Branch point for: tls-maxphys, nick-nhusb
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +16 -4 lines
Expose drm fb helpers for ddb enter/exit.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jul 16 20:56:24 2014 UTC (10 years, 4 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -4 lines
Make it build and boot on my test machines.

Screen blanks on boot on the Ivy Bridge system with

   DRM error in cpt_serr_int_handler: PCH transcoder A FIFO underrun

But after that everything is OK.  Appears to be an upstream problem.
To investigate...

I think there's a cache flushing issue somewhere -- there are little
display artefacts on my T60.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jul 16 20:03:56 2014 UTC (10 years, 4 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +327 -129 lines
fix merge conflicts

Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Jul 16 19:35:24 2014 UTC (10 years, 4 months ago) by riastradh
Branches: LINUX
CVS tags: linux-3-15-drm-bsd
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +323 -111 lines
Import drm from Linux 3.15 (commitid 1860e379875dfe7271c649058aeddffe5afd9d0d).

   drivers/gpu/drm      -> sys/external/bsd/drm2/dist/drm
   include/drm          -> sys/external/bsd/drm2/dist/include/drm
   include/uapi/drm     -> sys/external/bsd/drm2/dist/uapi/drm

GPL sources excluded.

Revision 1.4.2.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:40:52 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.4.2.1: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.2.1: +1487 -0 lines
sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.1.1.1.4.3: download - view: text, markup, annotated - select for diffs
Sun May 18 17:46:00 2014 UTC (10 years, 6 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.1.1.1.4.2: preferred, colored; branchpoint 1.1.1.1: preferred, colored; next MAIN 1.1.1.2: preferred, colored
Changes since revision 1.1.1.1.4.2: +77 -16 lines
sync with head

Revision 1.4.2.1
Fri Apr 25 19:07:55 2014 UTC (10 years, 7 months ago) by yamt
Branches: yamt-pagecache
FILE REMOVED
Changes since revision 1.4: +0 -1487 lines
file drm_fb_helper.c was added on branch yamt-pagecache on 2014-05-22 11:40:52 +0000

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Apr 25 19:07:55 2014 UTC (10 years, 7 months ago) by riastradh
Branches: MAIN
CVS tags: yamt-pagecache-base9, rmind-smpnet-nbase, rmind-smpnet-base
Branch point for: yamt-pagecache
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +14 -0 lines
Fix hot-plug with small patch from upstream before a full update.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Mar 18 21:36:52 2014 UTC (10 years, 8 months ago) by riastradh
Branches: MAIN
CVS tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15
Branch point for: tls-earlyentropy
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -6 lines
Fix unused variable warnings in drm2.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Mar 18 18:20:42 2014 UTC (10 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +62 -10 lines
Merge riastradh-drm2 to HEAD.

Revision 1.1.1.1.2.4: download - view: text, markup, annotated - select for diffs
Mon Dec 30 04:51:15 2013 UTC (10 years, 11 months ago) by riastradh
Branches: riastradh-drm2
Diff to: previous 1.1.1.1.2.3: preferred, colored; branchpoint 1.1.1.1: preferred, colored; next MAIN 1.1.1.2: preferred, colored
Changes since revision 1.1.1.1.2.3: +6 -0 lines
Tweak drm_fb_helper_single_fb_probe so we needn't reconnect the screen.

Revision 1.1.1.1.2.3: download - view: text, markup, annotated - select for diffs
Sun Sep 8 16:38:51 2013 UTC (11 years, 3 months ago) by riastradh
Branches: riastradh-drm2
Diff to: previous 1.1.1.1.2.2: preferred, colored; branchpoint 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1.2.2: +56 -10 lines
Round of hacking on i915 framebuffers.

Revision 1.1.1.1.4.2: download - view: text, markup, annotated - select for diffs
Wed Aug 28 23:59:32 2013 UTC (11 years, 3 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.1.1.1.4.1: preferred, colored; branchpoint 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1.4.1: +1426 -0 lines
sync with head

Revision 1.1.1.1.2.2: download - view: text, markup, annotated - select for diffs
Tue Jul 23 21:28:21 2013 UTC (11 years, 4 months ago) by riastradh
Branches: riastradh-drm2
Diff to: previous 1.1.1.1.2.1: preferred, colored; branchpoint 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1.2.1: +1426 -0 lines
sync with HEAD and actually get the drm2 import

Revision 1.1.1.1.4.1
Tue Jul 23 02:13:09 2013 UTC (11 years, 4 months ago) by rmind
Branches: rmind-smpnet
FILE REMOVED
Changes since revision 1.1.1.1: +0 -1426 lines
file drm_fb_helper.c was added on branch rmind-smpnet on 2013-08-28 23:59:32 +0000

Revision 1.1.1.1.2.1
Tue Jul 23 02:13:09 2013 UTC (11 years, 4 months ago) by riastradh
Branches: riastradh-drm2
FILE REMOVED
Changes since revision 1.1.1.1: +0 -1426 lines
file drm_fb_helper.c was added on branch riastradh-drm2 on 2013-07-23 21:28:21 +0000

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Jul 23 02:13:09 2013 UTC (11 years, 4 months ago) by riastradh
Branches: LINUX
CVS tags: riastradh-drm2-base3, riastradh-drm2-base2, linux-3-6-rc8-drm2-bsd
Branch point for: rmind-smpnet, riastradh-drm2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import drm sources from Linux v3.8-rc6.
(commit id 88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7)

Linux                   NetBSD
drivers/gpu/drm         sys/external/bsd/drm2/dist/drm
include/drm             sys/external/bsd/drm2/dist/include/drm
include/uapi/drm        sys/external/bsd/drm2/dist/uapi/drm

Files/subtrees excluded because of licence issues, to be either
revisited later (particularly nouveau and radeon, which are mostly
permissively licensed but a number of whose files have no licence
statements), rewritten/ignored, or imported later as kernel modules
under external/gpl2 instead:

   include/drm/drm_fb_cma_helper.h
   include/drm/drm_gem_cma_helper.h
   include/drm/drm_os_linux.h
   include/drm/drm_pciids.h
   include/drm/drm_sysfs.h
   include/drm/drm_usb.h
   include/drm/exynos_drm.h
   include/drm/gma_drm.h
   include/drm/intel-gtt.h
   drm/cirrus
   drm/drm_edid_load.c
   drm/drm_fb_cma_helper.c
   drm/drm_gem_cma_helper.c
   drm/drm_sysfs.c
   drm/drm_trace.h
   drm/drm_trace_points.c
   drm/drm_usb.c
   drm/exynos
   drm/gma500
   drm/i915/i915_trace.h
   drm/i915/i915_trace_points.c
   drm/i915/intel_acpi.c
   drm/mgag200
   drm/nouveau
   drm/radeon
   drm/shmobile
   drm/tegra
   drm/udl
   uapi/exynos_drm.h

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jul 23 02:13:09 2013 UTC (11 years, 4 months ago) by riastradh
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>